var J = jQuery.noConflict();
 J(document).ready(function(){
	 J(document).bgStretcher({
		images: ['http://www.portappinstudio.co.uk/wp-content/themes/portappinstudio/swf/homepagemovie.swf'],
		imageWidth: 1600, imageHeight: 1200
	});
});