$(document).ready(function(){
	//run slideshow galleries
	$('div.rotate').cycle();
	
	//create slideshow gallerys
	$('ol.phototour a').fancybox();
	
	//clear form textarea
	$('#message').focus(function(){
		$('#message').text('');
	});
	

});
