/* this is main.js file */
$(document).ready(function(){	
	$.easy.navigation();
	$.easy.tooltip({
		xOffset:10,
		yOffset:-14,
		qcontent:"HELLO" /*displays this instead of title contents*/
	
	});
	$.easy.popup();
	$.easy.external();
	$.easy.rotate();
	$.easy.forms();
	$.easy.showhide();
	$.easy.jump({
	   speed:1000
	});
});