var $j = jQuery.noConflict();
$j(document).ready(function(){ 
	$j(document).bgStretcher({
		images: ['/layout/images/bg/body-bg-4.jpg'],
		imageWidth: 1258, imageHeight: 891
	});	
});

 