<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var allwebco	  = "yes"	// SHOW ALLWEBCO COPYRIGHT
var w3clogo	  = "yes"	// SHOW W3C VALID LOGO



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


   if (w3clogo == "yes") {
document.write('<br><a href="http://2012bugatti.com/"><img src="picts/w3c.gif" alt="2012 Bugatti Web Page" border="0" vspace="6"></a><br>');
}

document.write('<br>all contents &copy; copyright 2010 ');




// EDIT THE NEXT LINE

document.write('<a href="index.html">2012bugatti.com</a><br>');







 

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


//  End -->