// JavaScript Document
// This site was built with JavaScript includes for reusable components
// So, if you want to update a component, just update the JS file
// and the changes will be reflected in all pages that use the component.
//
// Special Instructions:
// To "convert" HTML code to JavaScript, enclose the code as follows: 
// document.write{'<HTML code>'); 
// All single quotes in HTML must have a backslash in JS
// The   code at the end of HTML lines is a forced non-breaking space



document.write ('<div id="header">');
document.write ('<div class="mastheadPhoto">');
document.write ('<img src="Images/mastheadbackground.gif" height="100" hspace="5" align="texttop">');
document.write ('</div>');
document.write ('<div class="siteName">Grabby Awards<br>');
document.write ('<div class="tagline">Fans come first...</div>');
document.write ('</div>');
document.write ('</div>');
