document.write('
'); document.write('
'); $(document).ready(function() { $('#sg_calendar').html('loading..'); $('#sg_calendar').load('http://www.slammergolf.com/calendar_ajax.php'); }); function getPg(ts) { $('#sg_calendar').html('loading..'); $('#sg_calendar').load('http://www.slammergolf.com/calendar_ajax.php?ts='+ts); } function sod(mode,dt) { //alert(dt); $('#sg_calendar').html('loading..'); //$('#sg_calendar').load('http://www.slammergolf.com/calendar_ajax.php?mode='+mode+'&dt='+ dt); window.location='http://www.slammergolf.com/calendar.php?cdt='+dt; }