function banner_rotate() {
topid = "adriver_top";rightid = "adriver_medium";
if (document.getElementById(topid))	{		document.getElementById(topid).innerHTML = '';		new adriver(topid, {sid:85581,sz:"other",bt:52,pz:1,bn:0});	}	
if (document.getElementById(rightid))	{		document.getElementById(rightid).innerHTML = '';		new adriver(rightid, {sid:85581,sz:"other",bt:52,pz:2,bn:0});	}	
}
