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 = '127px';
					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 >= 1100)	{
					myright_banner.style.position = 'absolute';
					myright_banner.style.left = '955px';
					myright_banner.style.top = '155';
					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; z-index:3; top: 900px; visibility: hidden; left: 30px"><iframe id="ac58f307" name="ac58f307" src="http://images.agencyfaqs.com/adserver/phpAdsNew/adframe.php?n=ac58f307&amp;what=zone:32" framespacing="0" frameborder="no" scrolling="no" width="160" height="600"><a href="http://images.agencyfaqs.com/adserver/phpAdsNew/adclick.php?n=ac58f307" target="_blank"><img src="http://images.agencyfaqs.com/adserver/phpAdsNew/adview.php?what=zone:32&amp;n=ac58f307" border="0" alt=""></a></iframe></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'><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>");
