<!--

document.write('<table width="780" cellpadding="0" cellspacing="0"><tr><td id="copyright">&copy;1998-' + year + ' cc</td><tr></table>');

var menuheadings = new Array(
	new Array("home","index.html"),
//	new Array("blog","blog.html"),
//	new Array("diary","diary.html"),
//	new Array("gallery","http://ccandbee.fotopic.net/"),
	new Array("galleries","gallery.html"),
	new Array("beech and pearl","bnpgallery.html"),
//	new Array("music","music.html"),
	new Array("iPod","iPodtotals.html"),
	new Array("mac","macstuff.html")
//	new Array("movies","movies.html")
);

// var today = new Date("2004","11","14");
// var year = today.getFullYear();
// var month = today.getMonth();
// var date = today.getDate();

var background = Math.floor(Math.random() * 19) + 1;
// if (( month == 11 ) && ( date <= 25 )) background = "fcfcxmas";
// if (( month == 9 ) && ( date == 9 ) && (year == 2004)) background = "fcfcengland";
// if (( month == 9 ) && ( date == 13 ) && (year == 2004)) background = "fcfcengland";
// if (( month == 2 ) && ( date == 26 ) && (year == 2005)) background = "fcfcengland";
// if (( month == 2 ) && ( date == 30 ) && (year == 2005)) background = "fcfcengland";
// if (( month == 8 ) && ( date == 3 ) && (year == 2005)) background = "fcfcengland";
// if (( month == 8 ) && ( date == 7 ) && (year == 2005)) background = "fcfcengland";
// if (( month == 9 ) && ( date == 8 ) && (year == 2005)) background = "fcfcengland";
// if (( month == 9 ) && ( date == 12 ) && (year == 2005)) background = "fcfcengland";


document.write('<table background="images/flowbk' + background + '.jpg" width="780" height="50" class="menu">');
document.write('<tr>');
document.write('<td id="url"><h1>ccandbee.co.uk</h1></td>');
document.write('<td id="space"></td>');
document.write('<td id="datetime">');

CheckDST();
writeTable();
startClocks();

document.write(weekday[today.getDay()] + " ");
document.write(today.getDate() + GetSuffix(today.getDate()) + " ");
document.write(months[today.getMonth()] + " ");
document.write(year);

document.write('</td>');
document.write('</tr>');
document.write('</table>');

document.write('<table align="center" id="menu">');
document.write('<tr id="menurow">');
for ( i = 0 ; i < menuheadings.length ; i++ ) {
	document.write('<td id="menunav">');
	document.write('<a href="' + menuheadings[i][1] + '" title="go to the ' + menuheadings[i][0] + ' page">' + menuheadings[i][0] + '</a>');
	document.write('</td>');
}
document.write('</tr>');
document.write('</table>');

// -->
