/*

jQuery(window).load(function()
{
	//this is intended to wait for all the images to load before running the slideshow
	init_slideshow()
})

init_slideshow = function()
{
	jQuery('#mast').cycle({
		fx:'fade',
		timeout:6000,
	})
}

*/
