$(document).ready(init);

function init()
{
	//$("a").click(function(event){alert("Hello!")});
}

