<!-- start

// NOTE: If you use a ' add a slash before it like this \'

// NOTE: 

document.write('<span class="copytext">');
document.write('<a href="http://www.Cherises.com" target="_top">Cherises.com</a>');
document.write(' & <a href="http://Cherises.com" target="_top">Hosting</a><br>Site Design 2008');
document.write('</span>');




// CODE TO ALLOW FLASH TO RUN IN IE


theObjects = document.getElementsByTagName("object"); 
for (var i = 0; i < theObjects.length; i++) { 
theObjects[i].outerHTML = theObjects[i].outerHTML; 
}


document.write('<br>');

//  End -->
