﻿/// <reference path="../jQuery/jquery-1.4.1-vsdoc.js" />
var debug = false;

var jQueryFileLocation = debug ? "jquery-1.5.1.js" : "http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js";

//for white label sites load scripts that are generic to Hire Station and all white label sites;
//if the white label has got different functionality then point to the corresponding script inside the white label folder
majestic.tools.loader.loadAll({
    'whitelabel/initDetail.js': {
        'carousel.js': {
            'lightbox.js': jQueryFileLocation
        },
        'jquery.youtubeplaylist.js': jQueryFileLocation,
        'validation.errors.js': jQueryFileLocation,
        'validation.expressions.js': jQueryFileLocation
    }
}, '/scripts/hs');



