function submitAjaxInteractions(url,elem){url=url.replace(/^\S+\/p\//,'/p/')
url=url+'&ajax=1';new Ajax.Request(url,{method:'get',onSuccess:function(transport){elem.innerHTML=transport.responseText;}});return false;}
self.fix_random_ie_bug=function(){var random_ie_string='this is a random string that is supposed to pad filesize to a minimum acceptable size to fix IE 6 bug.'
return false;}
