	var tip = new Array();
	tip[0] = "1% How fast is the internet growing?%Very fast. It took 38 years for radio to reach 50 million users, 13 years for TV, and only 5 years for the Internet.";
	tip[1] = "1%Number of Internet Users and Breakdown.%The Internet is roughly 35% English, 65% non-English with the Chinese at 14%. Yet only 13% of world’s population, 812 million are Internet users as of Dec. ‘04. North America has the highest continental concentration with 70% of the people using the Internet.";
	tip[2] = "1%How big is the Internet’s surfing world?%Google’s index now stands at 8 billion pages. Roughly 812 million surfers and growing. Using email (67%) and doing reseach (45%) are the main activities, followed by getting info about products/services (41%), and checking news, weather, etc. (40%) Source:<a href='http://harrisinteractive.com' target=_blank>Harrisinteractive.com</a>";
	tip[3] = "1%What are your average surfing habits according%Each month you usually visit 59 domains, view 1,050 pages allocating 45 seconds for each page and spend about 25 hours doing all this net activity. Each surfing session lasts 51 minutes. Source:<a href='http://http://www.nielsen-online.com' target=_blank> Nielsen Netratings</a>";
	tip[4] = "1%How many websites exist?%Netcraft says that the total number of websites on the Internet have now exceeded 182 million.  Source:<a href='http://news.netcraft.com/archives/2008/10/29/october_2008_web_server_survey.html' target=_blank> Netcraft</a>";
	tip[5] = "1%Screen Resolutions%Over 70 per cent of visitor to Communicant websites have a resolution over 1000, most are 1024 x 768.";

	var ran = Math.round((Math.random())*5);
	var txtStr=tip[ran].split("%")
	document.write ("<tr><td><span class=\"teaser\">" +  txtStr[1] + "</span></td></tr>")
	document.write ("<tr><td><img src=\"http://www.communicant.co.uk/images/common/transdot.gif\" width=\"6\" height=\"12\" /></td></tr>")
	document.write ("<tr><td class=\"normalText\">" +  txtStr[2] + "</td></tr>")
