var loc=String(window.location);


document.write("<div class='bottom'>");
document.write("<div class='inner-box-bottom'>");
document.write("<div class='bottom-banner-holder'><div class='top-banner-holder'>");

//alert(loc)
//alert(loc.indexOf("/series-in-focus/"))

if(loc.indexOf("/flash/cmsvideos/")>=0 || loc.indexOf("/news_cast/")>=0)
{
	document.write("<iframe src='http://www.cricketnirvana.com/scripts/728x90-google.html' width='100%' height='90px' scrolling='no' frameborder='no' marginwidth='0' marginheight='0'></iframe>");
}
else if(loc.indexOf("/series-in-focus/")>=0 || loc.indexOf("/fixtures/")>=0 || loc.indexOf("/scores/")>=0 || loc.indexOf("/news/")>=0 || loc.indexOf("/userlogin/")>=0 || loc.indexOf("/fantasy/")>=0 || loc.indexOf("/photo-gallery/")>=0)
{
	document.write("<iframe src='http://www.cricketnirvana.com/scripts/728x90-google.html' width='100%' height='90px' scrolling='no' frameborder='no' marginwidth='0' marginheight='0'></iframe>");
	/*document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='728' height='90' id='Copy of Untitled-1' align='middle'>");
	document.write("<param name='allowScriptAccess' value='sameDomain' />");
	document.write("<param name='movie' value='/banners/top1_trination_v1.swf' /><param name='quality' value='high' /><param name='bgcolor' value='#ffffff' />");
	document.write("<embed src='/banners/top1_trination_v1.swf' quality='high' bgcolor='#ffffff' width='728' height='90' name='Copy of Untitled-1' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />");
	document.write("</object>");*/
}
else
{
	document.write("<iframe src='http://www.cricketnirvana.com/scripts/728x90-google.html' width='100%' height='90px' scrolling='no' frameborder='no' marginwidth='0' marginheight='0'></iframe>");
}

document.write("</div></div><br clear='all'>");
document.write("<div class='copyright-text'>&copy; Nimbus Communications Ltd.</div><br clear='all'>");
document.write("</div>");
//document.write("<div class='bottom-links'><div class='privacy'><a href='/privacy-policy.html' class='text-link-bottom'>PRIVACY POLICY</a> <span class='text-link-bottom'>|</span> <a href='/terms-and-conditions.html' class='text-link-bottom'>GENERAL T&C</a> <span class='text-link-bottom'>|</span> <a href='/service-t-c.html' class='text-link-bottom'>SERVICE T&C</a> <span class='text-link-bottom'>|</span> <a href='mailto:feedback@cricketnirvana.com' class='text-link-bottom'>FEEDBACK</a> <span class='text-link-bottom'>|</span> <a href='/sitemap.html' class='text-link-bottom'>SITEMAP</a></div> <div class='designed'><b>2008 NIMBUS INDIA</b> | SITE DESIGNED, DEVELOPED & POWERED BY <a href='http://www.sportzinteractive.net' class='text-link-bottom' target='_blank'>SPORTZ INTERACTIVE</a></div></div>");

document.write("<div class='bottom-links' style='text-align:center; height:auto; font-size:11px; color:#fff; font-family:arial;'><a href='http://www.cricketnirvana.com/privacy-policy.html' class='text-link-bottom' style='font-size:12px;'>PRIVACY POLICY</a> &nbsp;<span style='font-size:12px'>|</span>&nbsp; <a href='http://www.cricketnirvana.com/terms-and-conditions.html' class='text-link-bottom' style='font-size:12px;'>GENERAL T&C</a> &nbsp;<span style='font-size:12px'>|</span>&nbsp; <a href='http://www.cricketnirvana.com/service-t-c.html' class='text-link-bottom' style='font-size:12px;'>SERVICE T&C</a> &nbsp;<span style='font-size:12px'>|</span>&nbsp; <a href='mailto:feedback@cricketnirvana.com' class='text-link-bottom' style='font-size:12px;'>FEEDBACK</a> &nbsp;<span style='font-size:12px'>|</span>&nbsp; <a href='http://www.cricketnirvana.com/sitemap.html' class='text-link-bottom' style='font-size:12px;'>SITEMAP</a> &nbsp;<span style='font-size:12px'>|</span>&nbsp; <a href='http://www.cricketnirvana.com/faqs.html' class='text-link-bottom' style='font-size:12px;'>FAQs</a> &nbsp;<span style='font-size:12px'>|</span>&nbsp; <a href='http://www.cricketnirvana.com/advertise-with-us.html' class='text-link-bottom' style='font-size:12px;'>ADVERTISE WITH US</a><br><br>Site Designed & Maintained for Nimbus by  <a href='http://www.sportzinteractive.net' class='text-link-bottom' target='_blank'>Sportz Interactive</a>.</div>");
document.write("</div>");




var getEls = document.getElementById('menu1').getElementsByTagName("IFRAME");	
	for (var i=0; i<getEls.length; i++) {
	getEls.item(i).style.width = getEls.item(i).nextSibling.offsetWidth;
	getEls.item(i).style.height = getEls.item(i).nextSibling.offsetHeight;
		}
