<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var color		= "FFFFFF"		// HEADER BACKGROUND COLOR
var showimage 	= "no"	 		// SHOW A SMALL IMAGE ON THE HEADER RIGHT SIDE
var bordercolor	= "000000"		// IMAGE BORDER COLOR
var edgespace	= "4"			// SPACE OF IMAGE FROM EDGE
var imaglink	= "news.htm"	// SMALL IMAGE PAGE LINK



// COPYRIGHT 2006 © 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 HEADER

document.write('<table border="0" width="100%" id="table1" height="104">');
document.write('	<tr>');
document.write('		<td width="294" valign="top"><img border="0" src="picts/logo.jpg" width="260" height="90" align="top" alt="Divine I Do\'s - Wedding Ceremonies"></td>');
document.write('		<td valign="bottom"><img border="0" src="picts/Unique-personal.jpg" width="470" height="35" alt="Divine I Do\'s Header"></td>');
document.write('	</tr>');
document.write('	</table>');

//  End -->
