$(document).ready(function() {
	// Redirect browsers to home page. Resume pages shouldn't be loaded directly
	window.location = "http://www.anuheda.com/"
});

