
function init_jquery()
{$("a[rel].voting_open").overlay({effect:'apple',top:50,mask:{color:'#000',loadSpeed:200,opacity:0.5},onBeforeLoad:function(){var lo=this.getOverlay().find(".votingOverlay");var w=$(".voting_overlay").width();var h=$(".voting_overlay").height();var go=this.getTrigger().attr("href");lo.html("<iframe src=\""+go+"\" height=\""+(h-15)+"\" width=\""+w+"\" id=\"voting_iframe\" name=\"votingOverlay\" frameborder=\"0\" scrolling=\"no\"></iframe>");}});}