<!-- Start


// NOTE: If you use a ' add a slash before it like this \'


var color		= "95acbe"		// BACKGROUND COLOR
var headerheight	= "70"			// TOTAL HEADER HEIGHT






// YOU DO NOT NEED TO EDIT BELOW THIS LINE






document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="center" bgcolor="#'+color+'" valign="top" height="'+headerheight+'" >');

document.write('<br><a href="index.html"><b><font face="Edwardian Script ITC" color="#990033" size="10">Motel Le Verseau </font></b></a><br>');

document.write('<font color="#990033" size="2">7720 Marie-Victorin, Sorel-Tracy, Québec, J3R 1T3, (450) 743-3341</font>');

document.write('</td></tr></table>');



//  End -->










