/**************************************************************************************** 
** 
**	copyright: (c) developed by Anvamedia 
**	www.anvamedia.com 
***************************************************************************************** 
** 
**	file: /includes/javascript/site.index.js 
** 
****************************************************************************************/ 






/***************************************************************************************/ 
$(document).ready( 
	function() 
	{ 
		$('#containerIndexShowPhotos').innerfade({ 
			speed: 'slow', 
			timeout: 5000, 
			type: 'random_start', 
			containerheight: '448px' 
		}); 
	} 
); 
/***************************************************************************************/ 

