<!--

// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************

var bannerArray = new Array();
var myCount=0;
// Banner Code Assignment
//bannerArray[0] = "<table cellpadding='9' class='bodycontents'><tr><td align=center><IMG SRC=\"./images_home_contents/SantaClause.gif\"  width=\"380\" height=\"265\" class=\"homeimage\" ><br><br>A Merry Merry Christmas and A Happy New year to all our customers!</td></tr></table>";
//bannerArray[1] = "<IMG SRC=\"./images_home_contents/customer_service1.jpg\"  width=\"250\" height=\"150\" class=\"homeimage\"><br><table cellpadding='9' class='bodycontents'><tr><td>Please use comments and enquiries to let us know any questions, comments, problems or requests concerning our services, the Help Desk is here to help you. Here is how you can contact us: Customer Care Help line: 100 Customer Care e-mail address: customercare@ttcl.co.tz Mobile users access to TTCL Call Centre: 022 2100100 </td></tr></table>";
 //bannerArray[0] = "<table cellpadding='9' class='bodycontents'><tr><td align=center><IMG SRC=\"./Matangazo/BBEnglish.jpg\"  class=\"homeimage\" ><br><br><a href='Broadband_Advert_June_4_10.asp'>Click Here for more information.</a></td></tr></table>";
//

 //bannerArray[0] = "<table cellpadding='9' class='bodycontents'><tr><td align=center><IMG SRC=\"./images_home_contents/SantaClause.gif\"  width=\"380\" height=\"265\" class=\"homeimage\" ><br><br>A Merry Merry Christmas and A Happy New year to all our customers!</td></tr></table>";
 
 // bannerArray[0] = "<table cellpadding='9' class='bodycontents'><tr><td align=center><IMG SRC=\"./matangazo/banjuka.jpg\"  width=\"455\" height=\"640\" class=\"homeimage\" ><br><br></td></tr></table>";

 /*bannerArray[0] = "<table cellpadding='2' class='bodycontents' ><tr><td align=center><IMG SRC=\"./WEB_50YEARS.jpg\"  width=\"280\" height=\"282\" class=\"homeimage\" ><br><br>TTCL inaungana na watanzania wote kusherehekea miaka 50 ya mafanikio makubwa katika sekta ya mawasiliano. TTCL Huleta watu karibu!<br><br></td></tr></table>";

  bannerArray[0] = "<table cellpadding='2' class='bodycontents' ><tr><td align=center><IMG SRC=\"./WEB_50YEARS_ENG.jpg\"  width=\"280\" height=\"282\" class=\"homeimage\" ><br><br>TTCL joins all Tanzanians in celegrating our 50th Independence Anniversary with great accomplishments in the Communication sector. Proudly Tanzanian, TTCL Brings people closer!<br><br></td></tr></table>";
 
 */
 bannerArray[0] = "<table cellpadding='9' class='bodycontents'><tr><td align=center><IMG SRC=\"./images_home_contents/homepage.jpg\"  width=\"250\" height=\"150\" class=\"homeimage\" ><br><br>TTCL is a Tanzania's leading integrated communications Company, with a comprehensive portfolio of products and services including local, national and international telecommunications services as well as data communication, internet, and IT solutions.</td></tr></table>";
//bannerArray[1] = "<IMG SRC=\"./images_home_contents/customer_service1.jpg\"  width=\"250\" height=\"150\" class=\"homeimage\"><br><table cellpadding='9' class='bodycontents'><tr><td>Please use comments and enquiries to let us know any questions, comments, problems or requests concerning our services, the Help Desk is here to help you. Here is how you can contact us: Customer Care Help line: 100 Customer Care e-mail address: customercare@ttcl.co.tz Mobile users access to TTCL Call Centre: 022 2100100 </td></tr></table>";
                         
bannerArray[1] = "<table cellpadding='9' class='bodycontents'><tr><td align=center><IMG SRC=\"./images_home_contents/customer_service1.jpg\"  width=\"250\" height=\"150\" class=\"homeimage\" ><br><br>Please use comments and enquiries to let us know any questions, comments, problems or requests concerning our services, the Help Desk is here to help you. Here is how you can contact us: Customer Care Help line: 100 Customer Care e-mail address: customercare@ttcl.co.tz Mobile users access to TTCL Call Centre: 022 2100100 </td></tr></table>";
//bannerArray[2] = "<A HREF=\"http://www.aceinstall.com\"><IMG SRC=\"./images_home_contents/peoplecloser1.gif\" border=\"0\" width=\"360\" height=\"230\"> </A><br> you are all brought closer!";

bannerRotate();

function bannerRotate() {

if(myCount > bannerArray.length-1){myCount=0;}

// Write out rotation
	if (document.all){			// it is IE
		document.all.l3.innerHTML=bannerArray[myCount];
	}

	else if (document.layers){	// it is NN

	document.layers.l1.document.layers.l2.document.open();
	document.layers.l1.document.layers.l2.document.write(bannerArray[myCount]);
	document.layers.l1.document.layers.l2.document.close();
	}
setTimeout("bannerRotate()", 5000);
myCount++;
}
// -->
