<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

var		Social_Branding = 'Yes'	// Yes or No [Function is defined in pop-closeup.js]

//document.write('<span class="footer">&copy;Copyright 2010 ');
now = new Date ;
thisYear = now.getYear() ;
if (thisYear < 1900) {
	thisYear = thisYear + 1900 ;
}
document.write('<span class="footer">&copy;Copyright ' + thisYear + ' - ');
document.write('<a href="index.php" target="_top">Patterson Passion</a> - ');
document.write('Trademarks / Copyright / Patent<br>') ;
document.write('All material on this web site is protected by copyright and owned by Patterson Passion. ');
document.write('All Rights are Reserved and no part of this web site or any printed material ');
document.write('that is used in conjunction with this web site may be reproduced or copied ');
document.write('without prior written permission from Patterson Passion');
document.write('</span><br>');

if (Social_Branding == 'Yes') {
	document.write('<span class="footer">');
//	document.write('<center>') ;
	document.write('<a href="javascript:goToSocial(\'bebo\')">') ;
	document.write('<img src="picts/bebo_16.jpg" width="16" height="16" alt="bebo" /></a>') ;
	document.write('<img src="picts/spacer.gif" width="16" height="16" alt="Social Brand" />') ;
	document.write('<a href="javascript:goToSocial(\'blogmarks\')">') ;
	document.write('<img src="picts/blogmarks_11.png" width="11" height="16" alt="blogmarks" /></a>') ;
	document.write('<img src="picts/spacer.gif" width="16" height="16" alt="Social Brand" />') ;
//	document.write('<a href="javascript:goToSocial(\'delicious\')">') ;
//	document.write('<img src="picts/delicious.png" width="16" height="16" alt="Delicious" /></a>') ;
//	document.write('<img src="picts/spacer.gif" width="16" height="16" alt="Social Brand" />') ;
//	document.write('<a href="javascript:goToSocial(\'digg\')">') ;
//	document.write('<img src="picts/digg.png" width="16" height="16" alt="Digg" /></a>') ;
//	document.write('<img src="picts/spacer.gif" width="16" height="16" alt="Social Brand" />') ;
	document.write('<a href="javascript:goToSocial(\'facebook\')">') ;
	document.write('<img src="picts/facebook_16_16.gif" width="16" height="16" alt="Facebook" /></a>') ;
	document.write('<img src="picts/spacer.gif" width="16" height="16" alt="Social Brand" />') ;
//	document.write('<a href="javascript:goToSocial(\'linkedin\')">') ;
//	document.write('<img src="picts/linkedin_119_32.png" width="119" height="32" alt="Linked In" /></a>') ;
//	document.write('<img src="picts/spacer.gif" width="16" height="16" alt="Social Brand" />') ;
	document.write('<a href="javascript:goToSocial(\'myspace\')">') ;
	document.write('<img src="picts/myspace_20.jpg" width="20" height="16" alt="bebo" /></a>') ;
	document.write('<img src="picts/spacer.gif" width="16" height="16" alt="Social Brand" />') ;
//	document.write('<a href="javascript:goToSocial(\'reddit\')">') ;
//	document.write('<img src="picts/reddit.png" width="16" height="16" alt="Reddit" /></a>') ;
//	document.write('<img src="picts/spacer.gif" width="16" height="16" alt="Social Brand" />') ;
//	document.write('<a href="javascript:goToSocial(\'sphinn\')">') ;
//	document.write('<img src="picts/sphinn.png" width="16" height="16" alt="Sphinn" /></a>') ;
//	document.write('<img src="picts/spacer.gif" width="16" height="16" alt="Social Brand" />') ;
//	document.write('<a href="javascript:goToSocial(\'stumble\')">') ;
//	document.write('<img src="picts/stumbleupon_16_16.gif" width="16" height="16" alt="Stumble Upon" /></a>') ;
//	document.write('<img src="picts/spacer.gif" width="16" height="16" alt="Social Brand" />') ;
	document.write('<a href="javascript:goToSocial(\'twitter\')">') ;
	document.write('<img src="picts/twitter.png" width="16" height="16" alt="Twitter" /></a>') ;
	document.write('<img src="picts/spacer.gif" width="16" height="16" alt="Social Brand" />') ;
//	document.write('</center>') ;
	document.write('</span><br>');
}
//  End -->