$(document).ready(function()
{
var strID = document.getElementById("PromoSlideShow1_HfId").value;
$('#'+strID+' a').css({opacity: 0.0});
$('#'+strID+' a:first').css({opacity: 1.0});
setInterval(function galleryR4()
{
var strID = document.getElementById("PromoSlideShow1_HfId").value;
var current = ($('#'+strID+' a.show')? $('#'+strID+' a.show') : $('#'+strID+' a:first'));
var next = ((current.next().length) ? ((current.next().hasClass('caption'))? $('#'+strID+' a:first') :current.next()) : $('#'+strID+' a:first'));
next.css({opacity: 0.0})
.addClass('show').css({ 'display': 'block' })
.animate({opacity: 1.0}, 1000);
current.animate({opacity: 0.0}, 1000)
.removeClass('show').css({ 'display': 'none' });
},document.getElementById("PromoSlideShow1_HfId").value);
});
A Good Used Bike is not affiliated with nor claims to be affiliated with any new Motorcycle manufacturer







