if ($('#ctl00_ctl00_ContentPlaceHolder1_PromoteTop img').length>0){
$('#ctl00_ctl00_ContentPlaceHolder1_PromoteTop').cycle({
sync: 0,
delay: -2000
});
}
if ($('#ctl00_ctl00_ContentPlaceHolder1_PromoteMiddle img').length>0){
$('#ctl00_ctl00_ContentPlaceHolder1_PromoteMiddle').cycle({
sync: 0,
delay: -2200
});
}
if ($('#ctl00_ctl00_ContentPlaceHolder1_PromoteBottom img').length>0){
$('#ctl00_ctl00_ContentPlaceHolder1_PromoteBottom').cycle({
sync: 0,
delay: -2400
});
}
|