// JavaScript Document
//<![CDATA[ 

var images=new Array(); 
var srcs=new Array();

images[0]="/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]="/images/shop_rotation_2.jpg"; 
srcs[1]="http://www.youshop.in/";

images[2]="/images/plan_rotation_3.gif"; 
srcs[2]="/homeuser/plans.php"; 

images[3]="/images/broadband-connection-online_rotation_9.gif"; 
srcs[3]="/onlinesales/index.php"; 

images[4]="/images/payonline_rotation_5.jpg"; 
srcs[4]="/homeuser/my-account.php"; 
 
images[5]="/images/atom_rotation_6.jpg"; 
srcs[5]="/homeuser/my-account.php"; 

images[6]="/images/games_rotation_8.gif"; 
srcs[6]="/yourspace/funzone/freeflashgames.php"; 

//images[13]="/images/games_rotation_1.jpg"; 
//srcs[13]="/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];
  }
}

//]]> 