function popup(url, width, height) {
        var windowX = Math.ceil( (window.screen.width-width) / 2 );
        var windowY = Math.ceil( (window.screen.height-height) / 2 );
        window.open(url,'popup','width=' + width + ',height=' + height +',resizable=0,scrollbars=no,menubar=no,left='+windowX+',top='+windowY);
}

function showpromo() {
			var d = new Date();
			var time = d.getTime();
			document.write('<div style="position: relative; z-index: 0;" id="fla1" name="fla1">');
			document.write('		<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
			document.write('		codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"');
			document.write('		WIDTH="240" HEIGHT="240" wmode="transparent">');
			document.write('		<PARAM NAME="movie" VALUE="http://www.mad.tv/homepage/promo/promo.swf">');
			document.write('		<PARAM NAME="quality" VALUE="high">');
			document.write('		<PARAM NAME="FlashVars" value="XMLPath=http://www.mad.tv/homepage/promo/slides.php?'+time+'" />');
			document.write('		<PARAM NAME="wmode" VALUE="transparent">');
			document.write('		<EMBED src="http://www.mad.tv/homepage/promo/promo.swf" wmode="transparent" quality="high" bgcolor="#2D3851"  WIDTH="240" HEIGHT="240" FlashVars="XMLPath=http://www.mad.tv/homepage/promo/slides.php?"'+time+'" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
			document.write('		</EMBED>');
			document.write('		</OBJECT>');
			document.write('</div>');
}