// JavaScript Document
	
function jQueryLocalFunctions()
{
	if ($('#imagearea img').length) 
		$('#imagearea').cycle({fx:'fade',speed:500,timeout:5000,pause:0});
}
