$(document).ready(function(){$.ajax({type:"POST",url:'/polls/poll_for_page/menu',success:function(content){if(content!="false"){$("#colmenupoll #content").html(content);$("#colmenupoll").show();}else{$("#colmenupoll").hide();}}});});$.fn.determinePoll=function(href){var pollQueryHref=String(href);pollQueryHref=pollQueryHref.split('/');if(pollQueryHref[0].substring(4,0)=='http'){pollQueryHref.splice(3,0,'polls','poll_for_page');}else{pollQueryHref.splice(1,0,'polls','poll_for_page');}
pollQueryHref=pollQueryHref.join('/');$.ajax({type:"POST",url:pollQueryHref,success:function(content){if(content!="false"){$("#colmaincontentmain .poll").html(content);$("#colmaincontentmain .poll").show();}else{$("#colmaincontentmain .poll").hide();}}});return this;}
