
document.write('<div ID="TopAdvFrame" STYLE="Position:absolute; Top:0 ;HEIGHT:59; Left:0;width: 349px;">');
document.write('<iframe name="I1" marginwidth="0" marginheight="0" border="0" frameborder="0" src="topadv.asp" scrolling="no"  height="59" width="349" style="border: 0px"></iframe></div>');
document.getElementById('TopAdvFrame').style.left=screen.width/2-180

document.write('<div ID="TClose" STYLE="Position:absolute; Top:0 ; Left:0 ;width: 349px;">');
document.getElementById('TClose').style.left=screen.width/2-180
document.write('<a href="javascript:void(0)" onclick="CLOSEIT()"><img border=0 title="CLOSE" src="http://negarblog.com/images/close.jpg"></a></div>');
function CLOSEIT()
{
document.getElementById('TopAdvFrame').style.visibility = 'hidden';
document.getElementById('TClose').style.visibility = 'hidden';
}