// // HEADER // USE lowercase FOR ALL OPTIONS var logotext = "Safe and Sober Tours.com" // TEXT LOGO TEXT var logotype = "graphic" // LOGO TYPE | graphic | text | var logolink = "Default.aspx" // LINK FOR LOGO // COPYRIGHT 2016 © 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('<div id="headerdiv" class="headercolor">'); if (logotype == "graphic") { document.write('<a href="http://safeandsobertours.com/'+logolink+'"><img src="http://safeandsobertours.com/picts/SafeAndSoberToursWithPics.jpg" class="logo-respond"></a>'); } if (logotype == "text") { document.write('<div class="center-div td-middle">'); document.write('<div OnSelectStart=\'return false;\' class="td-center td-middle"><a href="http://safeandsobertours.com/'+logolink+'" class="textlogo">'+logotext+'</a></div>'); document.write('</div>'); } document.write('</div>'); //</plaintext>