function ad1()
{
resolution = ''+screen.width+' X '+screen.height+'';
/* alert(resolution);*/
wid=screen.width;
if(wid >"800")
{ 
document.write('<div id=\"adbanner1\" style=\"position:absolute; left:800px; top:5; width:162px; height:900; z-index:500; visibility: visible\"><iframe src="ad2.htm" frameborder=0 marginheight=0 marginwidth=0 scrolling="no" allowTransparency="true" width=180 height=1000></iframe></div>');

}}
ad1();



function ad2()
{
resolution = ''+screen.width+' X '+screen.height+'';
/* alert(resolution);*/
wid=screen.width;
if(wid >"800")
{ 
document.write('<div id=\"adbanner1\" style=\"position:absolute; left:800px; top:985; width:160px; height:600; z-index:500; visibility: visible\"><iframe src="ad1.htm" frameborder=0 marginheight=0 marginwidth=0 scrolling="no" allowTransparency="true" width=160 height=600></iframe></div>');

}}
ad2();
