var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");	

html = [unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")];
html.push ( '<script type="text/javascript" >if (typeof _gat!= \'undefined\') { var pageTracker = _gat._getTracker("UA-394852-2");pageTracker._initData();pageTracker._trackPageview("/widget/text/sid=145/vid=13128"); }</script>');
html.push ( '<link rel="stylesheet" href="http://www.networkn3.com/syndication/flive/css/stylesheet-blue.css" type="text/css" media="screen" />');
html.push ( '<script type="text/javascript" language="javascript" src="http://www.networkn3.com/syndication/flive/includes/lytebox/lytebox.php?THEME=blue"></script>' );
html.push ( '<table border="0" cellspacing="0" cellpadding="0" class="bmWidget"><tr><td class="bmWidgetOutline"><table style="width:231px;" border="0" cellspacing="6" cellpadding="0"><tbody>' );


	html.push ( '</tbody></table></td></tr><tr><td id="boreme_footer" class="bmWidgetFooter"  style="width:213px;"></td></tr></table>' );


document.write ( html.join ( '' ) );




var bmWidget2 = {

		showBox : function (id) 
		{
			var headID = document.getElementsByTagName("head")[0];
			var cssNode = document.createElement("link"); cssNode.type = "text/css"; cssNode.rel = "stylesheet";
			cssNode.href = "http://www.networkn3.com/syndication/flive/includes/lytebox/lyteboxcss-blue.css"; 
			cssNode.media = "screen";
			headID.appendChild(cssNode); 
			
			var headID = document.getElementsByTagName("head")[0]; 
			var lyteboxScript = document.createElement("script");
			lyteboxScript.type = "text/javascript";
			var loadFunction = function() { 
				if (this.readyState == "complete" || this.readyState == "loaded") 
				{ 
					initLytebox(); 
					myLytebox.start( document.getElementById ( id ) , false, true); 
				} 
			};  
			lyteboxScript.onreadystatechange = loadFunction;  
			lyteboxScript.onload = function () 
			{ 
				initLytebox(); 
				myLytebox.start( document.getElementById ( id ), false, true); 
			}; 
			lyteboxScript.src = "http://www.networkn3.com/syndication/flive/includes/lytebox/lytebox.php?THEME=blue"; 
			headID.appendChild(lyteboxScript); 
		},
		
		showText : function ( val )
		{
			if ( val.length * 10 > 231 )
			{
				val = val.substring ( 0 , Math.round ( 231 / 10 ) - 3 ) + '...';
			}
			document.getElementById('boreme_footer').innerHTML = val;
		}

}






	


