// HEADER // USE lowercase FOR ALL OPTIONS var logotext = "Your Website Title" // TEXT LOGO TEXT var logotype = "graphic" // LOGO TYPE | graphic | text | var logolink = "index.html" // LINK FOR LOGO // COPYRIGHT 2015 © Allwebco Design Corporation // Unauthorized use or sale of this script is strictly prohibited by law // YOU DO NOT NEED TO EDIT BELOW THIS LINE // LOGO document.write('
'); if (logotype == "graphic") { document.write(''); } if (logotype == "text") { document.write('
'); document.write(''); document.write('
'); } document.write('
');