function getWindowwidth()	{
	var windowwidth=0;
	if (typeof(window.innerWidth)=='number'){
		windowwidth=window.innerWidth;
		}
	else{
		if (document.documentElement && document.documentElement.clientWidth){
			windowwidth=document.documentElement.clientWidth;
			}
		else{
			if (document.body && document.body.clientWidth){
				windowwidth=document.body.clientWidth;
				}
			}
		}
	return windowwidth;
	}

function showskyscraper(){
		if (document.getElementById){
			var windowWidth = getWindowwidth();
			if (windowWidth > 0){
				var myskyscraper = document.getElementById('skyscraper');
				var navigatorname = navigator.appName;
				if (windowWidth >= 900)	{
					myskyscraper.style.position = 'absolute';
					myskyscraper.style.left = '790px';
					myskyscraper.style.top = '120px';
					myskyscraper.style.visibility = 'visible';
					}
				else{
					myskyscraper.style.visibility = 'hidden';
					}
				}
			}
		}

function addLoadListener(fn)
{
	if (typeof window.addEventListener != 'undefined'){window.addEventListener('load', fn, false);}
	if (typeof document.addEventListener != 'undefined'){document.addEventListener('load', fn, false);}
	if (typeof window.attachEvent != 'undefined'){window.attachEvent('onload', fn);}
	else{var oldfn = window.onload;
	if (typeof window.onload != 'function')
	{window.onload = fn;}else{window.onload = function(){oldfn();fn();}}}
}

function showright_banner(){
		if (document.getElementById){
			var windowWidth = getWindowwidth();
			if (windowWidth > 0){
				var myright_banner = document.getElementById('right_banner');
				var navigatorname = navigator.appName;
				if (windowWidth >= 1220)	{
					myright_banner.style.position = 'absolute';
					myright_banner.style.left = '955px';
					myright_banner.style.top = '120px';
					myright_banner.style.visibility = 'visible';
					}
				else{
					myright_banner.style.visibility = 'hidden';
					}
				}
		}
		}
		
addLoadListener(showright_banner);		
		
window.onload = function() {
			showskyscraper();
			
		}
window.onresize = function() {
			showskyscraper();
			showright_banner();
			
		}

document.write("<div id='skyscraper' style='position:absolute; width:160px; height:600px; z-index:3; top: 120px; left: 30px' display:block;><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0' width='160' height='86'><param name=movie value='http://www.afaqs.com/banners/swf/2008/august/dj_160x86.swf'><param name=quality value=high><param name='wmode' value='transparent'><embed src='http://www.afaqs.com/banners/swf/2008/august/dj_160x86.swf' quality=high pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='160' height='86' wmode='transparent'></embed></object><br><br><iframe id='a5439e90' name='a5439e90' src='http://ads.afaqs.com/adserver/www/delivery/afr.php?n=a5439e90&amp;zoneid=60&amp;cb=INSERT_RANDOM_NUMBER_HERE' framespacing='0' frameborder='no' scrolling='no' width='160' height='600'><a href='http://ads.afaqs.com/adserver/www/delivery/ck.php?n=a54dd588&amp;cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://ads.afaqs.com/adserver/www/delivery/avw.php?zoneid=60&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;n=a54dd588' border='0' alt='' /></a></iframe><script type='text/javascript' src='http://ads.afaqs.com/adserver/www/delivery/ag.php'></script></div>");

document.write("<div id='right_banner' style='position:absolute; width:160px; height:700px; z-index:0; top: 160px; visibility: hidden; left: 790px' align='center'><iframe id='a144c2b8' name='a144c2b8' src='http://ads.afaqs.com/ads/www/delivery/afr.php?n=a144c2b8&amp;zoneid=89&amp;ct0={clickurl}' framespacing='0' frameborder='no' scrolling='no' width='250' height='600' allowtransparency='true'><a href='http://ads.afaqs.com/ads/www/delivery/ck.php?n=a85464a0&amp;cb={random}' target='_blank'><img src='http://ads.afaqs.com/ads/www/delivery/avw.php?zoneid=89&amp;n=a85464a0&amp;ct0={clickurl}' border='0' alt='' /></a></iframe><script type='text/javascript' src='http://ads.afaqs.com/ads/www/delivery/ag.php'></script></div>");	