function brow() {
var browserName = "";
var ua = navigator.userAgent.toLowerCase();
if ( ua.indexOf( "opera" ) != -1 ) {
browserName = "opera";
} else if ( ua.indexOf( "msie" ) != -1 ) {
browserName = "msie";
} else if ( ua.indexOf( "safari" ) != -1 ) {
browserName = "safari";
} else if ( ua.indexOf( "mozilla" ) != -1 ) {
if ( ua.indexOf( "firefox" ) != -1 ) {
browserName = "firefox";
} else {
browserName = "mozilla";
}
}
return browserName;
} 
var br = brow();
if(br == "firefox"){
var page_height = document.getElementById("pg_height").clientHeight;

	if(page_height > 150){
		document.write ('<iframe width="120" scrolling="no" height="610" frameborder="0" src="http://promo.expressindia.com/banner/ie/ies_120x600.html" marginheight="0" marginwidth="0"></iframe>');

		document.write ('<iframe width="160" scrolling="no" height="610" frameborder="0" src="http://promo.expressindia.com/banner/ie/ies_160x600-1st.html" marginheight="0" marginwidth="0"></iframe>');
	}
	if(page_height > 550){
	document.write ('<iframe width="160" scrolling="no" height="610" frameborder="0" src="http://promo.expressindia.com/banner/ie/ies_160x600-2nd.html" marginheight="0" marginwidth="0"></iframe>');

	}

	if(page_height > 180){

	/*	document.write ('<iframe width="160" scrolling="no" height="610" frameborder="0" src="http://promo.expressindia.com/banner/ie/ies_160x600-1st.html" marginheight="0" marginwidth="0"></iframe>');*/
	
				
	}
	
}// end of if

else if(br == "msie"){
var page_height = document.getElementById("pg_height").clientHeight;
//alert(page_height);
    if(page_height > 2150){
	document.write ('<iframe width="160" scrolling="no" height="610" frameborder="0" src="http://promo.expressindia.com/banner/ie/ies_160x600-1st.html" marginheight="0" marginwidth="0"></iframe>');
	}
    if(page_height > 2800){
	document.write ('<iframe width="160" scrolling="no" height="610" frameborder="0" src="http://promo.expressindia.com/banner/ie/ies_160x600-2nd.html" marginheight="0" marginwidth="0"></iframe>');	
	}
	if(page_height > 3450){
	document.write ('<iframe width="160" scrolling="no" height="610" frameborder="0" src="http://promo.expressindia.com/banner/ie/ies_160x600-3rd.html" marginheight="0" marginwidth="0"></iframe>');	
	}
	if(page_height > 4050){
	document.write ('<iframe width="160" scrolling="no" height="610" frameborder="0" src="http://promo.expressindia.com/banner/ie/ies_160x600-1st.html" marginheight="0" marginwidth="0"></iframe>');
	}

}// end of if
else{
var page_height = document.getElementById("pg_height").clientHeight;
    if(page_height > 180){

		document.write ('<iframe width="160" scrolling="no" height="610" frameborder="0" src="http://promo.expressindia.com/banner/ie/ies_160x600-1st.html" marginheight="0" marginwidth="0"></iframe>');

		document.write ('<iframe width="120" scrolling="no" height="610" frameborder="0" src="http://promo.expressindia.com/banner/ie/ies_120x600.html" marginheight="0" marginwidth="0"></iframe>');	
				
	}
	/*if(page_height > 780){
	document.write ('<iframe width="160" scrolling="no" height="610" frameborder="0" src="http://promo.expressindia.com/banner/ie/ies_160x600-2nd.html" marginheight="0" marginwidth="0"></iframe>');
	}*/
/*	if(page_height > 1380){
	document.write ('<iframe width="160" scrolling="no" height="610" frameborder="0" src="http://promo.expressindia.com/banner/ie/ies_160x600-3rd.html" marginheight="0" marginwidth="0"></iframe>');
	}
	if(page_height > 2150){
	document.write ('<iframe width="160" scrolling="no" height="610" frameborder="0" src="http://promo.expressindia.com/banner/ie/ies_160x600-1st.html" marginheight="0" marginwidth="0"></iframe>');
	}
*/
}// else end