// JavaScript Document

/*	var currentLocation =  document.location.href;
	currentLocation = currentLocation.substring( 0 ,currentLocation.lastIndexOf( "/" ) );
	
	//currentLocation += '/eng/index.html';
	//windows.location = currentLocation ;

	alert("***"+currentLocation+"***");
	//maZone.click();
	
	*/
	
	$(document).ready(function(){    
		$('#subscription').click();
	});
