<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON



var color		= "E2E3DE"		// HEADER BACKGROUND COLOR
var linkedimg		= "index.php"		// LOGO PAGE LINK


var showimage		= "yes"			// SHOW A HEADER IMAGE (60 x 60 pixels)
var linked		= "index.php"		// IMAGE PAGE LINK






// COPYRIGHT 2010 © 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="#'+color+'"><tr><td align="left">');
document.write('<a href="'+linkedimg+'"><img src="picts/logo.jpg" border="0" alt="Yvonne Ortega - author of Hope for the Journey Through Cancer, also offers writing and motivational speaking to you and your organization." title="Yvonne Ortega - author of Hope for the Journey Through Cancer, also offers writing and motivational speaking to you and your organization."></a><br>');
document.write('</td><td width="80" align="center">');
// SMALL PICTURE AREA
   if (showimage == "yes") {
document.write('<a href="http://www.facebook.com/profile.php?id=100000553873765" target="_blank"><img src="picts/facebook.png" alt="Follow Yvonne on Facebook..." title="Follow Yvonne on Facebook..." border="0" height="24" width="24" align="middle"></a><a href="http://www.yvonneortega.com/blog/?feed=rss2" target="_blank"><img src="picts/rss.png" alt="Follow Yvonne\'s blog posts using this RSS feed..." title="Follow Yvonne\'s blog posts using this RSS feed..." border="0" height="24" width="24" align="middle"></a><a href="http://www.linkedin.com/in/yvonneortega" target="_blank"><img src="picts/linked_in.png" alt="Link with Yvonne on LinkedIn..." title="Link with Yvonne on LinkedIn..." border="0" height="24" width="24" align="middle"></a><br>');
// document.write('<a href="'+linked+'"><img src="picts/header.jpg" border="0" class="borders"></a><br>');
}
else {
document.write('<img src="picts/spacer.gif" width="10" height="10" border="0"><br>');
}
document.write('</td></tr></table>');


//  End -->