$(document).ready(function(){
    jQuery("li.g1").append("<span><img src='http://promo.jackpotjoy.com/files/images/gameicons_0007.png' alt='' /></span>");
    jQuery("li.g1").hover(function(){
        jQuery("span").html("<img src='http://promo.jackpotjoy.com/files/images/gameicons_0007.png' alt='' />");
    });
    jQuery("li.g2").hover(function(){
        jQuery("span").html("<img src='http://promo.jackpotjoy.com/files/images/gameicons_0005.png' alt='' />");
    });
    jQuery("li.g3").hover(function(){
        jQuery("span").html("<img src='http://promo.jackpotjoy.com/files/images/gameicons_0004.png' alt='' />");
    });
    jQuery("li.g4").hover(function(){
        jQuery("span").html("<img src='http://promo.jackpotjoy.com/files/images/gameicons_0003.png' alt='' />");
    });
    jQuery("li.g5").hover(function(){
        jQuery("span").html("<img src='http://promo.jackpotjoy.com/files/images/gameicons_0002.png' alt='' />");
    });

    jQuery("#slideshow").slideshow({
        pauseSeconds: 4,
        height: 148,
        caption: false
    });                                
    jQuery("#slideshow2").slideshow({
        pauseSeconds: 2,
        height: 148,
        width: 223,
        caption: false
    });	
	
});