var homerotate_slideShowSpeed=3000;
var homerotate_crossFadeDuration=1;

var homerotate_Pic = new Array();
homerotate_Pic[0]="/images/newcars/large/subaru/justy.jpg";
homerotate_Pic[1]="/images/newcars/large/subaru/impreza.jpg";
homerotate_Pic[2]="/images/newcars/large/subaru/impreza-sti.jpg";
homerotate_Pic[3]="/images/newcars/large/subaru/forester.jpg";
homerotate_Pic[4]="/images/newcars/large/subaru/legacy.jpg";
homerotate_Pic[5]="/images/newcars/large/subaru/legacy-tourer.jpg";
homerotate_Pic[6]="/images/newcars/large/subaru/outback.jpg";
homerotate_Pic[7]="/images/newcars/large/subaru/tribeca.jpg";

var homerotate_t;
var homerotate_j=0;
var homerotate_p=homerotate_Pic.length;

var homerotate_preLoad=new Array();
for (homerotate_i=0;homerotate_i<homerotate_p;homerotate_i++){
homerotate_preLoad[homerotate_i]=new Image();
homerotate_preLoad[homerotate_i].src=homerotate_Pic[homerotate_i]};

function homerotate_runSlideShow(){
if (document.all){
document.images.homerotate_SlideShow.style.filter="blendTrans(duration=homerotate_crossFadeDuration);"
document.images.homerotate_SlideShow.filters.blendTrans.Apply();
}
document.images.homerotate_SlideShow.src=homerotate_preLoad[homerotate_j].src;
if (document.all){
document.images.homerotate_SlideShow.filters.blendTrans.Play();
}
homerotate_j=homerotate_j+1;
if (homerotate_j>(homerotate_p-1)) homerotate_j=0;
homerotate_t=setTimeout('homerotate_runSlideShow()', homerotate_slideShowSpeed);
}