<!--
var preloaded = [];
preloaded[1] = [loadImage("http://www.signaturetravelnetwork.com/alaska2007/images/sub/privacy_bylandsea.jpg"), loadImage("http://www.signaturetravelnetwork.com/alaska2007/images/sub/privacy_bylandsea_over.jpg")];
preloaded[2] = [loadImage("http://www.signaturetravelnetwork.com/alaska2007/images/sub/privacy_bysea.jpg"), loadImage("http://www.signaturetravelnetwork.com/alaska2007/images/sub/privacy_bysea_over.jpg")];
preloaded[3] = [loadImage("http://www.signaturetravelnetwork.com/alaska2007/images/sub/privacy_alaskaguide.jpg"), loadImage("http://www.signaturetravelnetwork.com/alaska2007/images/sub/privacy_alaskaguide_over.jpg")];


function featurePopup(goToPage){
	win2=window.open(goToPage,'Featured','left=100,top=100,width=630,menubar=yes,status=yes,scrollbars=yes,resizable=yes')
	win2.focus()
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
	window.open(theURL,winName,features);
}
function dater()
{
	//set variables
	today = new Date()
	wkday = today.getDay()
	month = today.getMonth()
        year = today.getYear();
		if (year < 2000) {
		year += 1900;
	}
	//print weekday
	{
	if ((wkday)==0) {document.write("Sunday, ")};
	if ((wkday)==1) {document.write("Monday, ")};
	if ((wkday)==2) {document.write("Tuesday, ")};
	if ((wkday)==3) {document.write("Wednesday, ")};
	if ((wkday)==4) {document.write("Thursday, ")};
	if ((wkday)==5) {document.write("Friday, ")};
	if ((wkday)==6) {document.write("Saturday, ")};

	//print month
	if ((month)==0) {document.write("January ")};
	if ((month)==1) {document.write("February ")};
	if ((month)==2) {document.write("March ")};
	if ((month)==3) {document.write("April ")};
	if ((month)==4) {document.write("May ")};
	if ((month)==5) {document.write("June ")};
	if ((month)==6) {document.write("July ")};
	if ((month)==7) {document.write("August ")};
	if ((month)==8) {document.write("September ")};
	if ((month)==9) {document.write("October ")};
	if ((month)==10) {document.write("November ")};
	if ((month)==11) {document.write("December ")};

	//print date and year
	document.write(today.getDate(),",   ",year) ; 
	}
}
// -->
