<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var color		= "663366"		// HEADER BACKGROUND COLOR
var headerheight	= "45"			// HEADER HEIGHT (IN PIXELS)



// COPYRIGHT 2004 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE

// START FLASH HEADER

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" height="'+headerheight+'" bgcolor="#'+color+'"><tr><td ALIGN="left" VALIGN="center">');
document.write('<IMG SRC="tour_picts/logo-tour.jpg" border="0"><br>');
document.write('</td></tr></table>');


//  End -->