function adArray2() {
 for (i=0; i*2<adArray2.arguments.length; i++) {
  this[i] = new Object();
  this[i].src = adArray2.arguments[i*2];
  this[i].href = adArray2.arguments[i*2+1];
 }
 this.length = i;
}
function getAdNum2() {
 dat2 = new Date();
 dat2 = (dat2.getTime()+"").charAt(8);
 if (dat2.length == 1)
  ad_num = dat2%ads.length;
 else
  ad_num = 0;
 return ad_num2;
}
var ads2 = new adArray(
"images/home/home-b1.jpg","#",
"images/gallery/rosalyn01t.jpg","#",
"images/home/home-b2.jpg","#",
"images/home/home-b3.jpg","#",
"images/gallery/cassie04t.jpg","#",
"images/home/home-b4.jpg","#",
"images/home/home-b5.jpg","#",
"images/home/home-b6.jpg","#",
"images/home/home-b7.jpg","#");
var ad_num2 = getAdNum(); 
document.write('<A HREF="'+ads2[ad_num].href+'"><IMG VSPACE="10" ALIGN="LEFT" HSPACE="10" ALIGN="CENTER" SRC="'+ads2[ad_num].src+'" '
+'WIDTH="250" HEIGHT="185" BORDER=0 name=js_ad2></A>');
link_num2 = document.links.length-1;
function rotateSponsor2() {
 if (document.images) {
  ad_num2 = (ad_num2+1)%ads2.length;
  document.js_ad2.src = ads2[ad_num2].src;
  document.links[link_num].href = ads2[ad_num2].href;
  setTimeout("rotateSponsor2()",4000);
 }
}
setTimeout("rotateSponsor2()",4000);