// Event Calendar
// copyright Stephen Chapman, 10th June 2006, 30th October 2006

var tb = 't'; // top or bottom (t or b)
var headbg = '#66ccff';  // table heading background colour
var todaybg = '#ffff66'; // current selected date background colour
var textclr = '#000000'; // text colour
var linkclr = '#ff0000'; // link text colour
var noMessage =  '<strong>SIDL Calendar</strong><br><a href="http://thevido.com/darts-2009/">View latest matches played</a>'; // message to display when no entry in array

var dA = new Array(); var x = 0;
// first 8 characters in ccyymmdd format for single date events
// first 8 characters in 0000mmdd format for every year events
dA[x++] = "00000101 New Year";

dA[x++] = "00000303 The Mad House    vs.	Ice Blue    <strong>Cafe Latin</strong>	<br>ALAYAH    vs.	Blue Gecko    <strong>Underground</strong>	<br>Da Xanh    vs.	Really Rottens    <strong>Ice Blue</strong>	<br>No Star Where    vs.	Dream Team    <strong>Stella's</strong>	<br>Duffill Watts    vs.	Moon Bar    <strong>Cyclo Bar</strong>	<br>Black Magic    vs.	Sheridan's    <strong>Voodoo Bar</strong>	<br>3 In A Bed    vs.	Da Vinci's    <strong>Blue Gecko</strong>	<br>Mabuhay    vs.	Los Locos Borrochos    <strong>Sheridan's</strong>	<br>";

dA[x++] = "00000310 Moon Bar        vs.    ALAYAH        <strong>Moon Bar</strong>    <br>No Star Where        vs.    3 In A Bed        <strong>Stella's</strong>    <br>Sheridan's        vs.    Really Rottens        <strong>Sheridan's</strong>    <br>Black Magic        vs.    The Mad House        <strong>Voodoo Bar</strong>    <br>Los Locos Borrochos        vs.    Da Vinci's        <strong>Cafe Latin</strong>    <br>Da Xanh        vs.    Ice Blue        <strong>Ice Blue</strong>    <br>Dream Team        vs.    Duffill Watts        <strong>Underground</strong>    <br>Blue Gecko        vs.    Mabuhay        <strong>Blue Gecko</strong>    <br>";

dA[x++] = "00000317 Ice Blue        vs.    3 In A Bed        <strong>Ice Blue</strong>    <br>Blue Gecko        vs.    Da Xanh        <strong>Blue Gecko</strong>    <br>Dream Team        vs.    Black Magic        <strong>Underground</strong>    <br>Duffill Watts        vs.    ALAYAH        <strong>Cyclo</strong>    <br>Da Vinci's        vs.    Sheridan's        <strong>Da Vinci's</strong>    <br>Really Rottens        vs.    Los Locos Borrochos        <strong>Voodoo Bar</strong>    <br>No Star Where        vs.    Mabuhay        <strong>Stella's</strong>    <br>The Mad House        vs.    Moon Bar        <strong>Cafe Latin</strong>    <br>";

dA[x++] = "00000324 Black Magic        vs.    Ice Blue        <strong>Voodoo Bar</strong>    <br>Da Vinci's        vs.    Dream Team        <strong>Da Vinci's</strong>    <br>Blue Gecko        vs.    Duffill Watts        <strong>Blue Gecko</strong>    <br>Da Xanh        vs.    Sheridan's        <strong>Ice Blue </strong>   <br>The Mad House        vs.    Really Rottens        <strong>Cafe Latin</strong>    <br>Moon Bar        vs.    No Star Where        <strong>Moon Bar </strong>   <br>ALAYAH        vs.    Los Locos Borrochos        <strong>Underground </strong>   <br>Mabuhay        vs.    3 In A Bed        <strong>Sheridan's </strong>   <br>";

dA[x++] = "00000331 Ice Blue     vs.	Da Vinci's     <strong>Ice Blue</strong>	<br>Duffill Watts     vs.	Da Xanh     <strong>Cyclo</strong>	<br>Sheridan's     vs.	Dream Team    <strong> Sheridan's	</strong><br>Los Locos Borrochos     vs.	Blue Gecko    <strong> Cafe Latin</strong>	<br>Black Magic     vs.	Mabuhay     <strong>Voodoo Bar</strong> 	<br>3 In A Bed     vs.	Moon Bar     <strong>Blue Gecko	</strong><br>No Star Where     vs.	Really Rottens     <strong>Stella's	</strong><br>ALAYAH     vs.	The Mad House     <strong>Underground	</strong><br>";

dA[x++] = "00000407 Ice Blue     vs.	Dream Team     <strong>Ice Blue</strong>	 <br>Sheridan's     vs.	Duffill Watts     <strong>Sheridan's</strong>	 <br>Blue Gecko     vs.	The Mad House     <strong>Blue Gecko</strong>	 <br>Moon Bar     vs.	Black Magic     <strong>Moon Bar</strong>	 <br>ALAYAH     vs.	No Star Where     <strong>Underground</strong>	 <br>Really Rottens     vs.	3 In A Bed     <strong>Voodoo</strong>	 <br>Los Locos Borrochos     vs.	Da Xanh     <strong>Cafe Latin</strong>	 <br>Da Vinci's     vs.	Mabuhay     <strong>Da Vinci's</strong>	 <br>";

dA[x++] = "00000414 Sheridan's     vs.	Ice Blue     <strong>Sheridan's</strong>	<br>Los Locos Borrochos     vs.	Duffill Watts     <strong>Cafe Latin</strong>	<br>Dream Team     vs.	Mabuhay     <strong>Underground	</strong><br>Da Vinci's     vs.	Moon Bar     <strong>Da Vinci's</strong>	<br>No Star Where     vs.	Blue Gecko     <strong>Stella's</strong>	<br>Black Magic     vs.	Really Rottens     <strong>Voodoo Bar</strong>	<br>3 In A Bed     vs.	ALAYAH     <strong>Blue Gecko</strong>	<br>Da Xanh     vs.	The Mad House     <strong>Ice Blue</strong>	<br>";

dA[x++] = "00000421 ALAYAH     vs.	Black Magic     <strong>Underground</strong>	<br>Duffill Watts     vs.	The Mad House     <strong>Cyclo</strong>	<br>Moon Bar     vs.	Dream Team     <strong>Moon Bar</strong>	<br>No Star Where     vs.	Da Xanh     <strong>Stella's	</strong><br>Really Rottens     vs.	Da Vinci's     <strong>Voodoo Bar</strong>	<br>Blue Gecko     vs.	3 In A Bed     <strong>Blue Gecko</strong>	<br>Sheridan's     vs.	Los Locos Borrochos     <strong>Sheridan's</strong>	<br>Ice Blue     vs.	Mabuhay     <strong>Ice Blue	</strong><br>";

// dA[x++] = "20060610 New Event Calendar Started today";

// permission is granted to use this javascript provided that the below code is not altered
var pageLoaded = 0; window.onload = function() {pageLoaded = 1;}
function loaded(i,f) {if (document.getElementById && document.getElementById(i) != null) f(); else if (!pageLoaded) setTimeout('loaded(\''+i+'\','+f+')',100);
}
function monthlength(month,year) {var dd = new Date(year, month, 0);return dd.getDate();}
var moy = ['January','February','March','April','May','June','July','August','September','October','November','December'];var today = new Date();var selDate = today.getFullYear()+getmmdd(today.getMonth()+1,today.getDate());
function dispCal(yy,mm) {if (mm < 0 || mm > 12) {alert('month must be between 1 and 12'); return false;} if (yy != 0 && (yy < 1901 || yy > 2100)) {alert('year must be after 1900 and before 2101'); return false;} var dow = ['Sun','Mon','Tue','Wed','Thu','Fri','Sat']; var calendar = new Date();  var today = calendar.getDate(); calendar.setDate(1); if (yy > 1900) calendar.setFullYear(yy); if (mm > 0) calendar.setMonth(mm - 1); var yy = year = calendar.getFullYear(); var month = calendar.getMonth(); calendar.setDate(today); var weekday = calendar.getDay(); var daysInMonth = monthlength(month+1,year); var hilite_start = '<td width="30" style="background:' + todaybg + '" align="center"><b>'; var td_start = '<td width="30" align="center">'; var cal = '<div id="cal"><div style="border:1pt solid #cccccc;height:150px;width:338px"><table border="0" cellspacing="0" cellpadding="2" align="center"><tr><td colspan="7" style="background:' + headbg + '" align="center"><b>' + moy[month]  + ' ' + year + '<\/b><\/td><\/tr><tr>'; for(dex=0; dex < 7; dex++) {cal += td_start + dow[dex] + '</td>';} cal += '<\/tr><tr>'; var day2 = today; for (dex = today; dex > 6; dex -=7) day2 = dex; weekday -= day2 - 1; while (weekday < 0) weekday += 7; for(dex=0; dex < weekday; dex++) cal += td_start + ' <\/td>'; for(dex=1; dex <= daysInMonth; dex++) {if(weekday == 7) {cal += '</tr><tr>'; weekday = 0;} if(selDate==year+getmmdd(month+1,dex)) cal += hilite_start +'<span'+clickDate(dex,month,year) + '>'+ dex + '<\/span><\/b><\/td>'; else cal += td_start + '<span '+clickDate(dex,month,year) + '>' + dex + '<\/span><\/td>'; weekday += 1;} for(dex=weekday; dex < 7; dex++) cal += td_start + ' <\/td>'; cal += '<\/tr><\/table><\/div>';if (document.getElementById) {var mmb = month;  mm = month + 1; var yya = yyb = yy; if (mmb <1) {mmb += 12; yyb--;} var mma = month + 2; if (mma > 12) {mma -= 12; yya++;} var yb = yy -1; var ya = yy +1; cal += '<table border="0" cellspacing="0" cellpadding="2" width="210"><tr><td><a href="#" onclick="if (cala = dispCal('+yb+','+mm+')) {document.getElementById(\'cal\').innerHTML = cala; return false;}"><<</a></td><td><a href="#" onclick="if (cala = dispCal('+yyb+','+mmb+')) {document.getElementById(\'cal\').innerHTML = cala; return false;}"><</a></td><td align="right"><a href="#" onclick="if (cala = dispCal('+yya+','+mma+')) {document.getElementById(\'cal\').innerHTML = cala; return false;}">></a></td><td align="right"><a href="#" onclick="if (cala = dispCal('+ya+','+mm+')) {document.getElementById(\'cal\').innerHTML = cala; return false;}">>></a></td></tr></table>';} else {cal += '<div> </div>';} cal += '</div>'; return cal;}
function start() {var x = '<div id="calDate" style="border:1pt solid #cccccc;width:338px"><\/div>'; var y = ''; if (tb == 't') y = x + dispCal(0,0); else y = dispCal(0,0) + x; document.getElementById('calendar').innerHTML = y; ev();}
loaded('calendar',start);
function clickDate(day, month, year) {var ct = nextDate(year + getmmdd(month+1,day));if (ct == '') ct = nextDate('0000' + getmmdd(month+1,day));if (ct == '') return 'style="color:'+textclr+'"'; else return 'style="background:#99ff99;text-decoration:underline;cursor:pointer;color:'+linkclr+'" onclick="selDate = '+year+ getmmdd(month+1,day)+'; isDate(' + day + ',' + month + ',' + year + ');return false;"';}function isDate(dayVal,monthVal,yearVal) {var ct = nextDate(yearVal + getmmdd(monthVal+1,dayVal));if (ct == '') ct = nextDate('0000' + getmmdd(monthVal+1,dayVal));if (ct == '') ct = noMessage;document.getElementById('calDate').innerHTML = selDate + ':<br \/>' +ct; return false;}function nextDate(yymmdd) {var x = dA.length;for (var i = 0; i < x; i++) {if (dA[i].substr(0,8) == yymmdd) return dA[i].substr(8);}return '';}function getmmdd(mm,dd) {return (mm > 9 ? '' + mm : '0' + mm) + (dd > 9 ? dd : '0' + dd);}
function ev() {var ct = nextDate(selDate);var ct = nextDate(selDate);if (ct == '') ct = nextDate('0000' + selDate.substr(4));if (ct == '') ct = noMessage; document.getElementById('calDate').innerHTML = selDate + ':<br \/> ' +ct;}