// JavaScript Document
//<![CDATA[ 

var images=new Array(); 
var srcs=new Array();

images[0]="http://www.youtele.com/youtele08/html/images/ys-sep07-bnnr2.gif"; 
srcs[0]="http://www.youshop.in/onetouch-blood-glucose-monitor-citizen-bp-monitor-citizen-digital-thermometer/citizen/electronics/health-and-personal-care/PC27082009301.htm";

images[1]="http://www.youtele.com/youtele08/html/images/shop_rotation_2.jpg"; 
srcs[1]="http://www.youshop.in/";

images[2]="http://www.youtele.com/youtele08/html/images/plan_rotation_3.gif"; 
srcs[2]="http://www.youtele.com/youtele08/html/homeuser/plans.php"; 

images[3]="http://www.youtele.com/youtele08/html/images/broadband-connection-online_rotation_9.gif"; 
srcs[3]="http://www.youtele.com/youtele08/html/onlinesales/index.php"; 

images[4]="http://www.youtele.com/youtele08/html/images/payonline_rotation_5.jpg"; 
srcs[4]="http://www.youtele.com/youtele08/html/homeuser/my-account.php"; 
 
images[5]="http://www.youtele.com/youtele08/html/images/atom_rotation_6.jpg"; 
srcs[5]="http://www.youtele.com/youtele08/html/homeuser/my-account.php"; 

images[6]="http://www.youtele.com/youtele08/html/images/games_rotation_8.gif"; 
srcs[6]="http://www.youtele.com/youtele08/html/yourspace/funzone/freeflashgames.php"; 

//images[13]="http://www.youtele.com/youtele08/html/images/games_rotation_1.jpg"; 
//srcs[13]="http://www.youtele.com/youtele08/html/yourspace/yourspace.php";
 
function randomimage() { 
var i=Math.floor(Math.random()*images.length); 
document.getElementById("randomyou").src=images[i]; 
document.getElementById("randomsrcyou").href=srcs[i];
} 

function simplePreload()
{ 
  var args = simplePreload.arguments;
  document.imageArray = new Array(args.length);
  for(var i=0; i<args.length; i++)
  {
    document.imageArray[i] = new Image;
    document.imageArray[i].src = args[i];
  }
}

//]]> 