  var ID;
 var iChanges = 0;
 var imgalt;
 var images1 = new Array(6); 
 var images2 = new Array(6); 
 var imgalt1 = new Array(6);
 var imgalt2 = new Array(6);

function imageRotate(imgpath){
// call Update function 20 seconds after first load
 var date = new Date(); 
 var sec = date.getSeconds();

 images1[0] = new Image();
// images1[0].src = imgpath+"bigchd-01.jpg"; //big ass hispanic woman in green tee shirt and thong
 images1[0].src = imgpath+"bigbsn-07.jpg"; //big ass hispanic (or tanned white) in pink booty shorts
 imgalt1[0] = "Full Butt Booty Shorts...";

 images1[1] = new Image();
 images1[1].src = imgpath+"butt_in_the_water.jpg"; //girl in red bikini at the ocean
 imgalt1[1] = "Slender With Some Rounds...";

// images1[1].src = imgpath+"mediumAY33W8.jpg"; //girl in bikini in pool
// imgalt1[1] = "Enough Booty to Grab...";

 images1[2] = new Image(); 
 images1[2].src = imgpath+"whitegirlbeach.jpg"; //bikini on beach, blue water background
 imgalt1[2] = "Something to Stare At...";

// images1[2].src = imgpath+"bigroundAKKED3.jpg"; //big round ass in lingerie
// imgalt1[2] = "Really Big and Round...";

 images1[3] = new Image();
 images1[3].src = imgpath+"blackgirl150.jpg"; //young sister with a big round one
 imgalt1[3] = "Always Ready to Show It...";

//images1[3].src = imgpath+"big3af7df2.jpg"; //white girl with big round ass in thong
//imgalt1[3] = "Does Her Thong Proud...";

 images1[4] = new Image();
 images1[4].src = imgpath+"mediumAWXHE1.jpg"; //white girl in jeans dressing room
 imgalt1[4] = "Fill Out Those Jeans...";

 images1[5] = new Image();
 images1[5].src = imgpath+"asianbooty.jpg"; //bikini standing against a rock
 imgalt1[5] = "Booty in All Ethnicities...";

//images1[5].src = imgpath+"bigUjvtmeVO.jpg"; //big ass sister putting on lipstick
//imgalt1[5] = "Work That Butt Out...";

 images2[0] = new Image();
 images2[0].src = imgpath+"bigWmu_ph.jpg"; //hispanic girl in jeans standing in front of pickup
 imgalt2[0] = "Jeans Should Reveal Butt...";

 images2[1] = new Image();
 images2[1].src = imgpath+"carribeansister.jpg"; //sister on the beach with the real thing
// images2[1].src = imgpath+"mzbpic.jpg"; //sister with big badonkadonk ass in sheer cream panty
 imgalt2[1] = "Round as it Can Be...";

 images2[2] = new Image();
 images2[2].src = imgpath+"mediumADJF06.jpg"; //white woman nice ass in white bra and panties
 imgalt2[2] = "Good Size and Curvyness...";

 images2[3] = new Image();
 images2[3].src = imgpath+"alpic.jpg"; //sister in dining room with worlds best ass
 imgalt2[3] = "Unrealistic to Expect This...";

 images2[4] = new Image();
 images2[4].src = imgpath+"patriot_butt.jpg"; //white girl in 4th of July outfit
 imgalt2[4] = "Let\'s all Celebrate Booty...";

// images2[4].src = imgpath+"phat404pic.jpg"; //sister in red one piece and a rose
// imgalt2[4] = "A Naturally Curvy Rear...";

 images2[5] = new Image();
 images2[5].src = imgpath+"bigCTvm_ph2.jpg"; //white girl in burnt orange booty shorts
 imgalt2[5] = "See the \"Cheek\" Definition...";

 if ((iChanges<12)&&acceptRef())
  ID=window.setTimeout("Update();",20000);
}

function changeTitle(){
 return(imgalt);
}

function changeImage(){
 var date = new Date(); 
 var min = date.getMinutes();
 var sec = date.getSeconds();
// window.alert(sec);
 iChanges+=1;
// changeTitle();
 if ((min % 2)==0){ //on even minutes use array 1
  imgalt = imgalt1[iRange(sec)];
  return(images1[iRange(sec)].src);
 } 
 else{
  imgalt = imgalt2[iRange(sec)]; 
  return(images2[iRange(sec)].src);
 }
}

function Update() {
 document.big.bimage.src = changeImage();
 document.getElementById('sidBig').innerHTML=changeTitle();
// document.big.bigger.title = changeTitle();
 if ((iChanges<12)&&acceptRef())
  ID=window.setTimeout("Update();",10000);
}


function iRange(s){
 if (s < 10) 
  return(0)
 if (s < 20) 
  return(1)
 if (s < 30) 
  return(2)
 if (s < 40) 
  return(3)
 if (s < 50) 
  return(4)
 if (s < 60) 
  return(5)
}

function website(ref){
 var s=self.window.location.href;
 if ((s!=="http://www.free-advertising-blog.com/")||(s=="http://free-advertising-blog.com/"))
  self.window.location.href=ref;
 else 
  self.window.location.href="http://howto.gettail.com";
}

function acceptRef(){
 return true;
}
