// JavaScript Document

function display() {
				var DisplayWindow = window.open('','NewWin', 'toolbar=no,status=no,width=700,height=710')
				
				DisplayWindow.document.write('<html><head><title>Maddenbible.com - This Week in Madden LIVE every Thursday at 8:30pm EST</title>');
				DisplayWindow.document.write('<style>* {margin: 0; padding: 0;}body {width: 700px;}a {outline: none; border: none;}img {border: none; outline: none;}</style>');
				DisplayWindow.document.write('</head><body>');
				DisplayWindow.document.write('<div style="width: 500px; height: 400px; float:left; margin-right: 5px;">');
				
				DisplayWindow.document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="400" id="utv26765"><param name="flashvars" value="autoplay=true&amp;brand=embed&amp;cid=1793465"/><param name="allowfullscreen" value="true"/><param name="allowscriptaccess" value="always"/><param name="movie" value="http://www.ustream.tv/flash/live/1/1793465"/><embed flashvars="autoplay=true&amp;brand=embed&amp;cid=1793465" width="500" height="400" allowfullscreen="true" allowscriptaccess="always" id="utv26765" name="utv_n_237295" src="http://www.ustream.tv/flash/live/1/1793465" type="application/x-shockwave-flash" /></object>');
				
				DisplayWindow.document.write('</div>');

				DisplayWindow.document.write('<div style="width: 195px; height: 400px; float:left;">');
				DisplayWindow.document.write('<script type="text/javascript" src="http://cdn.widgetserver.com/syndication/subscriber/InsertWidget.js"></script><script>if (WIDGETBOX) WIDGETBOX.renderWidget("f6359532-963a-4d15-9441-7ed55f02b522");</script><noscript>Get the <a href="http://www.widgetbox.com/widget/madden-nfl-10-blog-ea-sports">Madden NFL 10 Blog : EA SPORTS</a> widget and many other <a href="http://www.widgetbox.com/">great free widgets</a> at <a href="http://www.widgetbox.com">Widgetbox</a>! Not seeing a widget? (<a href="http://docs.widgetbox.com/using-widgets/installing-widgets/why-cant-i-see-my-widget/">More info</a>)</noscript>');
				DisplayWindow.document.write('<div style="width: 195px; height: 70px; float:left; margin-top: 5px; background-color:#000;"><a href="javascript:window.close();"><img src="http://www.ericrier.com/madden_stage/wp-content/themes/wp-smooth-basic/images/btn_leave_window.jpg" /></a></div>');
				DisplayWindow.document.write('</div>');

				DisplayWindow.document.write('<div id="chat" style="width: 700px; height: 300px; float:left; margin-top: 5px;">');
				DisplayWindow.document.write('<embed width="700" height="300" type="application/x-shockwave-flash" flashvars="brandId=1&amp;channelId=1793465&amp;channel=%23this-week-in-madden&amp;server=chat1.ustream.tv" pluginspage="http://www.adobe.com/go/getflashplayer" src="http://www.ustream.tv/flash/irc.swf" allowfullscreen="true">');
				DisplayWindow.document.write('</div>');
				
				DisplayWindow.document.write('</body></html>');
				
				}