\n');
}
//-->
function dovote(uid)
{
poststr = "mode=vote&uid="+uid;
send_request('operate.php',poststr);
track(uid);
//track();
return false;
}
function thisMovie(movieName) {
if (navigator.appName.indexOf("Microsoft") != -1) {
return window[movieName];
} else {
return document[movieName];
}
}
function track(n)
{
var img = document.createElement("img");
img.src="http://eagleasp.adsame.com/t?z=eagleasp&id="+n+"&pt=1"+new Date().getTime();
//img.src="http://eagleasp.adsame.com/t?z=eagleasp&id=1009&pt=1"+new Date().getTime();
img.width=1;
img.height=1
document.body.appendChild(img);
}