
	// Courtesy of SimplytheBest.net - http://simplythebest.net/scripts/
	// Stops spamming of email address
	function GetEmail() {var eml_domain = "akickupthe80s.com";
				 var eml_user = "contact";
				 var eml_recipient = eml_user + "@" + eml_domain;
				 var eml_url = "mailto:" + eml_recipient;
				 var eml_tag = ("<a href=\"" + eml_url + "\">Email A Kick Up The 80s</a>");
				 document.write(eml_tag);
				}
	
	// addthis script
	var addthis_pub = "akickupthe80s"; 
	addthis_brand = 'A Kick up the 80s'; 
	addthis_options = 'favorites, email, digg, delicious, myspace, facebook, reddit, stumbleupon, google, live, more';