<!-- Begin HEADER OPTIONS CODE

// ONLY USE lowercase FOR ALL OPTIONS



var color		= "999999"	 // HEADER BACKGROUND COLOR (edit in CSS)
var flashwidth		= "600"		 // WIDTH OF THE FLASH (IN PIXELS)
var flashheight		= "50"		 // HEIGHT OF THE FLASH (IN PIXELS)
var logotype 		= "flash"	 // LOGO TYPE USE - | flash | graphic |
var flashmode		= "transparent"	 // FLASH WMODE | window | opaque | transparent |

var spaceunder		= "10"			// SPACE UNDER LOGO
var phonenum		= "01323 766709"	// PHONE NUMBER
var headlink		= "contact.htm"		// CONTACT LINK TO
var linktext		= "Registered Charity Number 1137474"		// LINK TEXT





// YOU DO NOT NEED TO EDIT BELOW THIS LINE




// COPYRIGHT 2010 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law


document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="left" valign="middle">');
<!-- AddThis Button BEGIN -->
document.write('<script type="text/javascript">var addthis_config = {"data_track_clickback":true};</script>')
document.write('<div class="addthis_toolbox addthis_default_style">')
document.write('<a href="http://www.addthis.com/bookmark.php?v=250&amp;username=ict4autismcharity" class="addthis_button_compact"><center><span class="ict4autism">Share</span></a>')
document.write('<span class="addthis_separator">|</span>')
document.write('<a class="addthis_button_facebook"></a>')
document.write('<a class="addthis_button_myspace"></a>')
document.write('<a class="addthis_button_google"></a>')
document.write('<a class="addthis_button_twitter"></a></div>')
document.write('<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=ict4autismcharity"></script></center>')
  
  <!-- AddThis Button END -->
   if (logotype == "flash") {
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+flashwidth+'" height="'+flashheight+'" id="logo">');
document.write('<param name="movie" value="logo.swf">');
document.write('<param name="quality" value="high">');
document.write('<param name="wmode" value="'+flashmode+'">');
document.write('<param name="bgcolor" value="#'+color+'">');
document.write('<embed src="logo.swf" quality="high" wmode="'+flashmode+'" bgcolor="#'+color+'"  width="'+flashwidth+'" height="'+flashheight+'" name="logo" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object><br>');
}
   if (logotype == "graphic") {
document.write('<img src="picts/logo.jpg" border="0"><br>');
}

document.write('</td><td valign="middle" align="center" width="200" class="headertext">');

document.write('<span class="headerphone">');

// document.write(''+phonenum+'<br>');

document.write('</span>');

//document.write('linktext');


document.write('<FORM METHOD="LINK" ACTION="donate.htm"><INPUT TYPE="submit" class="testimonial" VALUE="Donate"></FORM>');

document.write('<span class="ict4autism">ICT4Autism<br>Registered Charity number 1137474</span>');



document.write('<img src="picts/spacer.gif" border="0" width="200" height="1"><br>');

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

document.write('<img src="picts/spacer.gif" border="0" width="10" height="'+spaceunder+'"><br>');

//  End -->
