var iWi; var iHi;
	if (typeof ( window.innerWidth ) == 'number' ) { //Non-IE 
		iWi = window.innerWidth;
		iHi = window.innerHeight; 
	} else if ( document.documentElement && 
		(document.documentElement.clientWidth || document.documentElement.clientHeight ) ) { 	//IE 6+ in 'standards compliant mode' 
		iWi = document.documentElement.clientWidth; 
		iHi = document.documentElement.clientHeight; 
	} else if (document.body && ( document.body.clientWidth || document.body.clientHeight ) ) { 	//IE 4 compatible 
		iWi = document.body.clientWidth; 
		iHi = document.body.clientHeight; 
	}
var bR = Math.floor (iHi/4) ;
var sSrc ; var sTitle ; var iTime ;


