/*
 *  This is to add the options for the super size plugin
 */

jQuery.noConflict();
jQuery(document).ready(function($) {

//$(".level-top").attr("href", "/shop-1/whats-new.html");

jQuery(function(){
     jQuery.fn.supersized.options = {
         startwidth: 1024,
         startheight: 768,
         minsize: .5,
         slideshow: 1,
         slideinterval: 5000
     };
         jQuery('#supersize').supersized();

});

}); 
