// JavaScript Document// Supersize the background for all screens		$(function(){			$.fn.supersized.options = {  				startwidth: 640,  				startheight: 480,				vertical_center: 1,				slides : [					{image : 'http://www.juradevelopment.co.uk/wp-content/themes/bespoke/images/background_cliffs75.jpg' }				]			};	        $('#supersized').supersized(); 	    });
