// initialize scripts

jQuery(document).ready(function() {

$('a[rel*=facebox]').facebox() 

	$('#rotate').cycle({ 
		fx:    'fade', 
		speed:  3500 ,
	timeout: 3000
	 });

});
/*

			//highslide image viewer settings
			hs.graphicsDir = '/images/highslide/';
			hs.outlineType = 'rounded-white';
			hs.restoreTitle = 'Click to close image, click and drag to move.';
			window.onload = function() {
				hs.preloadImages(5);
			}
  
  */
        $(window).load(function () {
				   $('#mainBanner img').fadeIn(2000);
		});


function getRandomText() {   
var agents = [
	"Brian, Teresa or Lila",
	"Teresa, Lila or Laura",
	"Lila, Laura or Brian",
	"Laura, Brian, Teresa or Lila"
	];

	var rand = Math.round(Math.random()*(agents.length-1)); 
	document.write(agents[rand]);                                     
}


