﻿window.onload=function(){
links();
testimonial();
}
//<img src=\'i/Fibre_Optics_1409_small.png\' width=\'150\' height=\'50\' alt=\'\'  />
function links()
{
var getLinks = document.getElementById("news_feat_item");
var text= new Array();
//text[2]="<h3>Service Provider of the Year</h3><p>Carrier Wales named <img src=\'i/service-provider-of-the-year-2010.gif\' width=\'200\' height=\'53\' class=\'inline\' alt=\'Service Provider of the Year 2010 January 2011 \'  /> <a href=\'http://www.carrierwales.net/pdf/CW%20PR21111.pdf\' class=\'action pdf\'>Download our latest press release </a></p>";

text[2]="<p class=\'img\'><a href=\'http://www.idsi.co.uk/index.php/internet_access/\'><img alt=\'Is he quicker than your Internet connection?\' src=\'i_cont/promotion_tortoise.png\' /></a></p>"


text[1]="<p class=\'img\'><a href=\'/index.php/article/fire_protection\' class=\'action\'><img alt=\'Out4sure Fire Protection protects your business from fire.\' src=\'i_cont/promotion_out4sure.png\' /></a></p>";

//text[1]="<p class=\'img\'><a href=\'/index.php/article/internet_services_connectivity\' class=\'action\'><img alt=\'Global business communication at local prices.\' src=\'i_cont/promotion.png\' /></a></p>";

text[0]="<p class=\'img\'><a href=\'/index.php/about/case_studies\' class=\'action\'><img alt=\'Case Studies: Discover how IDS transforms business\' src=\'i_cont/promotion_casestudies.png\' /></a></p>";

//text[0]="<h3>Fibrespeed Events</h3><p>Carrier Wales will be taking part in the <a href=\'http://www.carrierwales.net/news.html\' class=\'action\'>FibreSpeed events</a> in Wales over the next few months. </p>";

var bit = Math.round(Math.random()*100) % 3;
getLinks.innerHTML = text[bit];
setTimeout("links()", 5*1000);
return false;
}


