// JavaScript Document
<!-- Begin
function showpic(img) {
       document.write(img);
}

pic_width=258;   /*change to match the height of all your images */
pic_height=78;   /* change to match the width of all your images */
border_size=0;   /* change to the border size you want on the images */


if (document.images)
 {
	pic1= new Image(pic_width,pic_height);
    pic1.img="<img src='../258x78/258x78_2.gif' alt='Adecco. Through its unrivalled office network, Adecco offers the broadest range of services in the industry, meeting the needs of both local and global clients.' />";
	pic2= new Image(pic_width,pic_height);
    pic2.img="<img src='../258x78/258x78_3.gif' alt='Unwins. They provide a wide range of all the favourite drinks brands, with over 400 shops. Unwins have branches throughout the United Kingdom.' />";	
	pic3= new Image(pic_width,pic_height);
    pic3.img="<img src='../258x78/258x78_4.gif' alt='Alliance Pharmacy. They dispense 70 million prescriptions a year and are the third largest pharmacy chain. Alliance provide dispensing, health advice and pharmacist-led support.' />";	
	pic4= new Image(pic_width,pic_height);
    pic4.img="<img src='../258x78/258x78_5.gif' alt='Blockbuster. In March 1989 their first store opened in the UK. Blockbuster are now the largest Blockbuster business outside the US,with around 700 stores.' />";
	pic5= new Image(pic_width,pic_height);
    pic5.img="<img src='../258x78/258x78_6.gif' alt='Cancer Research. They are the leading organisation dedicated to cancer research in the United Kingdom. Cancer Research support an extensive programme of research.' />";	
	pic6= new Image(pic_width,pic_height);
    pic6.img="<img src='../258x78/258x78_7.gif' alt='Carphone Warehouse. With over 1,400 stores in 10 countries the Carphone Warehouse is Europe's leading independent retailer of mobile phones and services.' />";
	pic7= new Image(pic_width,pic_height);
    pic7.img="<img src='../258x78/258x78_8.gif' alt='Computer People. They are a leader in speciality staffing, consulting and managed services. Computer People help IT professionals find their next step in the industry.' />";
	pic8= new Image(pic_width,pic_height);
    pic8.img="<img src='../258x78/258x78_9.gif' alt='JD. The John David Group Plc has long been established as the leading UK specialised multiple retailer of fashionable branded and own brand sports wear.' />";	
	pic9= new Image(pic_width,pic_height);
    pic9.img="<img src='../258x78/258x78_10.gif' alt='Jonathan Wren. Founded in the City of London in 1968, Jonathan Wren specifically provide an unrivalled recruitment service to the Financial Services sector.' />";	
	pic10= new Image(pic_width,pic_height);
    pic10.img="<img src='../258x78/258x78_11.gif' alt='Lloyds TSB. They are the a leading financial services organisation. Lloyds TSB provide a comprehensive range of financial services in the UK and overseas.' />";	
	pic11= new Image(pic_width,pic_height);
    pic11.img="<img src='../258x78/258x78_12.gif' alt='Office Angels. There are more than 80 branches throughout the United Kingdom. Office Angels work with a diverse range of businesses of all sizes and in all sectors.' />";
	pic12= new Image(pic_width,pic_height);
    pic12.img="<img src='../258x78/258x78_13.gif' alt='Savers. They provide a huge range of products through 400 stores nationwide. Savers provide health, home and beauty brands at the very lowest prices.' />";
	pic13= new Image(pic_width,pic_height);
    pic13.img="<img src='../258x78/258x78_14.gif' alt='The Spirit Group. With over 9,200 pubs nationwide they are one of the UK's leading pub companies. The Spirit Group are constantly improving their customer experiences.' />";
	pic14= new Image(pic_width,pic_height);
    pic14.img="<img src='../258x78/258x78_15.gif' alt='Superdrug. They are the United Kingdom's second-largest beauty and health retailer. Superdrug have over 740 stores in England, Scotland, Wales, Northern Ireland.' />";
	pic15= new Image(pic_width,pic_height);
    pic15.img="<img src='../258x78/258x78_16.gif' alt='Three Cooks the Bakers. Through their outlets in the Midlands, the Three Cooks the Bakers provide sandwiches, cakes, pastries and rolls to take away.' />";
	pic16= new Image(pic_width,pic_height);
    pic16.img="<img src='../258x78/258x78_17.gif' alt='Thresher Group. With around 2000 shops across the country and over 12,000 employees, Thresher are the UK's leading independent specialist drinks retailer.' />";
	pic17= new Image(pic_width,pic_height);
    pic17.img="<img src='../258x78/258x78_18.gif' alt='River Island. They have over 200 stores in the UK, a growing international franchise. River Island have over fifty years of fashion retailing experience.' />";
	pic18= new Image(pic_width,pic_height);
    pic18.img="<img src='../258x78/258x78_19.gif' alt='Costa Coffee. They serve coffee in the true Italian style. Costa Coffee focus on quality control at every stage of the coffee making process from bean to cup.' />";
	pic19= new Image(pic_width,pic_height);
    pic19.img="<img src='../258x78/258x78_20.gif' alt='JJB. JJB have stores throughout the UK and their aim is to supply their customers with high quality sports clothing and equipment at competitive prices.' />";
	pic20= new Image(pic_width,pic_height);
    pic20.img="<img src='../258x78/258x78_21.gif' alt='Connaught. They provide planned capital programmes, reactive maintenance, estate manaegment and gas servicing for the social housing sector.' />";
	pic21= new Image(pic_width,pic_height);
    pic21.img="<img src='../258x78/258x78_22.gif' alt='Profile Support Services. They provide professional cleaning, maintenance, and refurbishment services for businesses within Central London and the Home Counties.' />";

 }

/* no need to edit past this point (unless you want to add more image and url slots) */

function get_random(maxNum)
{
 if (Math.random && Math.round)
 {
   var ranNum= Math.round(Math.random()*(maxNum-1));
   ranNum+=1;
   return ranNum;
 }
 else
 {
 today= new Date();
 hours= today.getHours();
 mins=  today.getMinutes();
 secn=  today.getSeconds();
 if (hours==19)
  hours=18;
 var ranNum= (((hours+1)*(mins+1)*secn)%maxNum)+1;
 return ranNum;
 }
}

function getImage()
{
 if (document.images)
 {
 var choose_one= get_random(21);
 choose_one--;

 var pics= new Array(21)
  pics[0]=pic1.img;
  pics[1]=pic2.img;
  pics[2]=pic3.img;
  pics[3]=pic4.img;
  pics[4]=pic5.img;
  pics[5]=pic6.img;
  pics[6]=pic7.img;
  pics[7]=pic8.img;
  pics[8]=pic9.img;
  pics[9]=pic10.img;
  pics[10]=pic11.img;
  pics[11]=pic12.img;
  pics[12]=pic13.img;
  pics[13]=pic14.img;
  pics[14]=pic15.img;
  pics[15]=pic16.img;
  pics[16]=pic17.img;
  pics[17]=pic18.img;
  pics[18]=pic19.img;
  pics[17]=pic18.img;
  pics[18]=pic19.img;
  pics[19]=pic20.img;
  pics[20]=pic21.img;

  showpic(pics[choose_one]);
 }
}


