// <![CDATA[



/* -------------------------------------------------------------------------------------- front page slide show */
	var preloaded = new Array();

	function preload_images() 
		{
		for (var y = 0; y < arguments.length; y++)
			{
			preloaded[y] = document.createElement('img');
			preloaded[y].setAttribute('src',arguments[y]);
			}
		}

	function doPreload()
		{
		preload_images(
        'http://www.scarboroughsandsapartment.co.uk/resources/top06.jpg',
        'http://www.scarboroughsandsapartment.co.uk/resources/top07.jpg',
        'http://www.scarboroughsandsapartment.co.uk/resources/top08.jpg',
        'http://www.scarboroughsandsapartment.co.uk/resources/top09.jpg',
        'http://www.scarboroughsandsapartment.co.uk/resources/top10.jpg',
        'http://www.scarboroughsandsapartment.co.uk/resources/top11.jpg',
        'http://www.scarboroughsandsapartment.co.uk/resources/top12.jpg',
        'http://www.scarboroughsandsapartment.co.uk/resources/top13.jpg',
        'http://www.scarboroughsandsapartment.co.uk/resources/top14.jpg',
        'http://www.scarboroughsandsapartment.co.uk/resources/top15.jpg',
        'http://www.scarboroughsandsapartment.co.uk/resources/top16.jpg',
        'http://www.scarboroughsandsapartment.co.uk/resources/top17.jpg',
        'http://www.scarboroughsandsapartment.co.uk/resources/top18.jpg',
        'http://www.scarboroughsandsapartment.co.uk/resources/top19.jpg',
        'http://www.scarboroughsandsapartment.co.uk/resources/top20.jpg',
        'http://www.scarboroughsandsapartment.co.uk/resources/top21.jpg',
        'http://www.scarboroughsandsapartment.co.uk/resources/top22.jpg',
        'http://www.scarboroughsandsapartment.co.uk/resources/top23.jpg',
		'http://www.scarboroughsandsapartment.co.uk/resources/right_top.jpg',
		'http://www.scarboroughsandsapartment.co.uk/resources/right_top2.jpg',
		'http://www.scarboroughsandsapartment.co.uk/resources/right_middle.jpg',
		'http://www.scarboroughsandsapartment.co.uk/resources/right_middle2.jpg',
		'http://www.scarboroughsandsapartment.co.uk/resources/right_bottom.jpg',
		'http://www.scarboroughsandsapartment.co.uk/resources/right_bottom2.jpg');
		slideShow();
		}

	 
	 
	var slideCount = Math.floor(Math.random() * 18);
	var t

	function slideShow()
		{
		slideCount = Math.floor(Math.random() * 18);
		var h=document.getElementById('banner');
		t=preloaded[slideCount].src;
		h.style.backgroundImage = "url("+t+")";
		slideCount++;
		timeCount=setTimeout('slideShow()',5000);
		}

	
function addToFavorites(page, desc) {
    if (window.external) {
        window.external.AddFavorite(page, desc)
    } else {
        alert("Sorry! Your browser doesn't support this function.");
    }
}
	

	  
// ]]>
