// SOCIAL LINKS // USE lowercase FOR ALL OPTIONS var facebook = "no" // SHOW FACEBOOK var facelink = "https://www.facebook.com/allwebcodesign" var twitter = "no" // SHOW TWITTER var twitlink = "http://twitter.com/allwebcodesign" var linkedin = "no" // SHOW LINKEDIN var linkedlink = "https://www.linkedin.com/" var contactus = "no" // SHOW CONTACT ICON var contactlink = "contact.htm" // CONTACT ICON LINK var linktype = "_blank" // SOCIAL LINK TYPE USE | _blank | _top | var linktypec = "_top" // CONTACT LINK TYPE USE | _blank | _top | // 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 if ((facebook == "yes") || (twitter == "yes") || (linkedin == "yes") || (contactus == "yes")) { document.write(''); // FACEBOOK if (facebook == "yes") { document.write(''); } // TWITTER if (twitter == "yes") { document.write(''); } // LINKEDIN if (linkedin == "yes") { document.write(''); } // CONTACT if (contactus == "yes") { document.write(''); } document.write(''); document.write('
'); } else { document.write(' 
'); }