<!-- Begin HEADER OPTIONS CODE

// ONLY USE lowercase FOR ALL OPTIONS

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON



var color		= "000000"	// HEADER BACKGROUND COLOR
var flashheight		= "100"		// HEIGHT OF THE FLASH (IN PIXELS)
var flashwidth		= "600"		// WIDTH OF THE FLASH (IN PIXELS)
var headerheight	= "100"		// OVERALL HEADER HEIGHT
var logoalign		= "left"	// ALIGN LOGO | left | right | center


var showimage 		= "yes"	 	// SHOW A SMALL IMAGE ON THE HEADER RIGHT SIDE
var imaglink		= "donate.php"	// SMALL IMAGE PAGE LINK


var botM		= "0"		// HEADER BOTTOM MARGIN
var topM		= "0"		// HEADER TOP MARGIN
var bordertop		= "FF0000"	// TOP BORDER COLOR
var borderbot		= "FF0000"	// BOTTOM BORDER COLOR
var borderthk		= "0"		// BORDER THICKNESS








// COPYRIGHT 2009 � Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE



document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="#000000" style="background-color: #'+color+'; BORDER-TOP: #'+bordertop+' '+borderthk+'px solid; BORDER-BOTTOM: #'+borderbot+' '+borderthk+'px solid; height: '+headerheight+'px; margin-top: '+topM+'px; margin-bottom: '+botM+'px;"><tr><td align="'+logoalign+'" valign="top">');

document.write('<td width="90"><img src="picts/header_image.jpg" border="0" class="headerborders"></td>');

document.write('<td width="300" align="right"><span style="color:#ffffff;font-family:Verdana,Arial;font-size:24pt;font-style:italic;font-weight:bold">Lloyd Pennicuik</span><br/>');
document.write('<span style="color:#ffffff;font-family:Verdana,Arial;font-size:12pt;font-style:italic;font-weight:bold">Australia</span></td>');

//document.write('<div style="margin:5px;border-color:#555555;border-style:solid;border-width:1px;background-color:#DD0000;float:right;width:10px;height:10px">&nbsp;</div>');
//document.write('<div style="margin:5px;border-color:#555555;border-style:solid;border-width:1px;background-color:#DD0000;float:right;width:10px;height:10px">&nbsp;</div>');
//document.write('<div style="margin:5px;border-color:#555555;border-style:solid;border-width:1px;background-color:#ffffff;float:right;width:10px;height:10px">&nbsp;</div>');
//document.write('<div style="margin:5px;border-color:#555555;border-style:solid;border-width:1px;background-color:#ffffff;float:right;width:10px;height:10px">&nbsp;</div>');
//document.write('<div style="margin:5px;border-color:#555555;border-style:solid;border-width:1px;background-color:#0000DD;float:right;width:10px;height:10px">&nbsp;</div>');
//document.write('<div style="margin:5px;border-color:#555555;border-style:solid;border-width:1px;background-color:#0000DD;float:right;width:10px;height:10px">&nbsp;</div></td>');

document.write('<td xwidth="80%" align="right"><a href="'+imaglink+'"><img src="picts/donate_banner.jpg" border="0" class="headerborders"></a> ');
document.write('</td></tr></table>');



//  End -->