//<![CDATA[
function randomTxt(){
	txt = new Array();
	txt[0] = "Twofour, one of the fastest growing broadcast television and business communications companies in the UK, has strengthened its Communications team with the appointments of Thea Cole, and Amber Key  / <a href='news3.aspx'>read more...</a><br /><br /><strong>Twofour Communications (17/06/2008)</strong>";
	
	txt[1] = "Twofour has been commissioned by the European Parliament to develop a web TV platform that will make European politics more accessible to EU citizens. / <a href='news1.aspx'>read more...</a><br /><br /><strong>Twofour Digital (18/06/2008)</strong>";
	
	txt[2] = "Alex Polizzi's debut as the new Hotel Inspector last week has been applauded by the critics. / <a href='news2.aspx'>read more...</a><br/><br/><strong>Twofour Broadcast (17/07/2008)</strong>";
	
	txt[3] = "Young boozers, bingers and party animals get a wake-up call in Twofour's new series for BBC Three featuring Incision technology by HMC Interactive. / <a href='news4.aspx'>read more...</a><br /><br /><strong>HMC Interactive (01/07/2008)</strong>";
	
	txt[4] = "Twofour launches online soap opera for working mums, to run on brand new webTV channel, Mumspower / <a href='news5.aspx'>read more...</a><br /><br /><strong>Twofour Communications (24/11/2008)</strong>";
	
	index = Math.floor(Math.random() * txt.length);
	document.write(txt[index]);
}


// from http://www.tizag.com/javascriptT/javascriptpopups.php
function popup(URL,nameWindow, width, height){
	window.open(URL, nameWindow, "status=1, height="+height+", width="+width+", resizable=0, left=50, top=50");
}

//]]>