$(document).ready(function() {
	
	animateTitle();
	
});


function animateTitle() {
	
	$("#titleContainer h2").show("slide", { direction: "left" }, 2000);

	//alert("hi");
	
}
