/* ========================================================================= */
/* BE SURE TO COMMENT CODE/IDENTIFY PER PLUGIN CALL                          */
/* ========================================================================= */
$(document).ready(function(){  
	if ($('.heros').length) {
		$('.heros').cycle({ 
		fx: 'fade',
		timeout: 5500,
		speed: 2500  
		});
	};   
	if ($('.text').length) {
		$('.text').cycle({ 
		fx: 'fade',
		timeout: 5500,
		speed: 2500, 
		cleartype:  false, // disable cleartype corrections 
		cleartypeNoBg: true
		});
	};  
	//input
	$('input[title!=""]').hint();   
	//tabs 
	if ($('#idTabs').length) {
		$("#idTabs").idTabs(); 
	};   
	//append login
	$(".footer_menu").append('<li><a href="#">Internal</a><ul><li><a href="/employee-only/">Employee Login</a></li><li><a href="/board-only/">Board Login</a></li></ul></li>'); 
	//$('.photopop img').css({opacity:"1.0"});
	//$('.photopop img').hover(function() {
	//	$(this).animate({opacity:"0.5"});
	//}, function() {
	//	$(this).animate({opacity:"1.0"});
	//});  
	//$("a.fancybox").fancybox({
	//	'titlePosition'		: 'outside',
	//	'overlayColor'		: '#fff',
	//	'overlayOpacity'	: 0.7
	//}); 
});
