$(function() {
		   
	//$(".inputText").click(function(){$(this).attr("value","")});

	
	Cufon.replace('h2, h3, h5');
	
	//----------------------//
	// Events Functionality
	//----------------------//
	
		//----------------------//
		// Open Event Details
		//----------------------//
		//if window.location
		
		//----------------------//
		// Show/Hide
		//----------------------//
		$(".eDetails a").click(
			function(){
				$('.eDesc').hide();
				$(this).parent().next().show();
				return false;
	
			}
		);
	
	
	

});

