﻿jQuery(document).ready(function() {
    homePageInit();


    var flashvars = { inflashName: "BBYMHomeFlash" };
    var params = { wmode: "transparent" };
    var attributes = {};
    if ($("#bbymHomeFlash").is(".flash_fr")) {
        swfobject.embedSWF("/Projects/_Content/Promo/Assets/Homebannerad/May7/bbymmain_fr.swf", "bbymHomeFlash", "920", "353", "9.0.0", "", flashvars, params, attributes);
    }
    else {
        swfobject.embedSWF("/Projects/_Content/Promo/Assets/Homebannerad/May7/bbymmain_en.swf", "bbymHomeFlash", "920", "353", "9.0.0", "", flashvars, params, attributes);
    }
});

function homePageInit() {


    $("div.scrollable").scrollable({ size: 1, clickable: false });

    $('a.next, a.nextPage').hover(
 					function() {
 					    $(this).addClass('hoverNext');
 					},
 					function() {
 					    $(this).removeClass('hoverNext');
 					}
				);

    $('a.prev, a.prevPage').hover(
 					function() {
 					    $(this).addClass('hoverPrev');
 					},
 					function() {
 					    $(this).removeClass('hoverPrev');
 					}
				);


}
