// Fullscreen
// You need to specify the size of your background image here (could be done automatically by some PHP code)
var FullscreenrOptions = {  width: 1200, height: 800, bgID: '#bgimg' };
// This will activate the full screen background!
jQuery.fn.fullscreenr(FullscreenrOptions);


// Cuffon Replace
Cufon.replace('.category .top');
Cufon.replace('.category li .top');
Cufon.replace('#shirt-overview h2');
Cufon.replace('#info-box h3');
Cufon.replace('#brand-box h3');
Cufon.replace('.myaccount h4');


// Slider
$().ready(function() {
   $('#slider1').codaSlider({
       autoSlide: true,
       autoSlideInterval: 6000
	});
});





