// JavaScript Document

Event.observe(window, "load", function() {
		//Images Array used in all demos
		var images = [
			"hotel/pe-1.jpg",
			"hotel/playas_9.jpg",
			"hotel/pe-2.jpg",
			"hotel/playas_10.jpg",
			"hotel/playas_8.jpg",
			"hotel/playas_11.jpg",
			"hotel/playas_4.jpg"
		];

		//Default Blender
		new Blender("defaultDemo", images);

		//Google Syntax Highlighter
		dp.SyntaxHighlighter.ClipboardSwf = 'blender/js/clipboard.swf';
		dp.SyntaxHighlighter.HighlightAll('code');

		//ZATopSites
		new Insertion.Bottom(document.body, "<div style='text-align:center'><a id='zaTopSites' href='http://www.scitecnologia.com/'><img src='http://www.' alt='' border='0' /></a></div>");
	});
