// JavaScript Document
	function time_zone_offet(gmt_offset){
	$.ajax({
	   type: "POST",
	   url: "ajax/gmt_offset.php",
	   data: "gmt_offset=" + gmt_offset
	 });
	}
