/* -------------------------------------------------------------------------------- */
/*  Dalgleish - Diamond Jewellers - Coming Soon Page ver.2 - In Page JS Code  		*/
/*  Ver          : 2.0                                                              */
/*  Created      : 29 August 2011                                                   */
/*  Last Updated : 2 November 2011                                                  */
/* -------------------------------------------------------------------------------- */

/*-----------*/		
/* Functions */
/*-----------*/



/*--------------------------*/		
/* Document Ready Functions */
/*--------------------------*/		

$(document).ready(function(){
	
	// Activate JS Elements
	$("body").addClass("js");
		
	jQuery(function($){
		$.supersized({
			//Background image			
			slides	:  [ { image : 'img/temp/home-bg-05.jpg' } ]
		});
	});	
});

/*-----------------------*/		
/* Window Load Functions */
/*-----------------------*/

$(window).load(function(){		
});
