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);	
addLoadListener(showskyscraper);
		
window.onresize = function() {
			showskyscraper();
			showright_banner();
			
		}

document.write("<div id='skyscraper' style='position:absolute; width:160px; height:600px; top: 900px; visibility: hidden; left: 30px'><iframe id='abeb706a' name='abeb706a' src='http://ads.afaqs.com/adserver/www/delivery/afr.php?n=abeb706a&amp;zoneid=62&amp;cb=INSERT_RANDOM_NUMBER_HERE' framespacing='0' frameborder='no' scrolling='no' width='160' height='600' allowtransparency='true'><a href='http://ads.afaqs.com/adserver/www/delivery/ck.php?n=aadb9a69&amp;cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://ads.afaqs.com/adserver/www/delivery/avw.php?zoneid=62&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;n=aadb9a69' 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; 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>");	
