jQuery(window).load(function(){
	jQuery("<div id='social-icons'><ul><li><a class='social' target='_blank' href='https://www.facebook.com/pages/John-Eichleay-Music/149612721744774'><img src='http://johneichleay.com/wp-content/themes/twentyten/images/social/fb.png' /></a><li><a class='social' target='_blank' href='http://myspace.com/johneichleay'><img src='http://johneichleay.com/wp-content/themes/twentyten/images/social/myspace.png' /></a><li><a class='social' target='_blank' href='http://www.youtube.com/user/johneichleay'><img src='http://johneichleay.com/wp-content/themes/twentyten/images/social/youtube.png' /></a><li><a class='social' target='_blank' href='http://twitter.com/#!/johneichleay'><img src='http://johneichleay.com/wp-content/themes/twentyten/images/social/twitter.png' /></a></ul></div>").insertAfter('div.menu ul'); 
	var clip = new ZeroClipboard.Client();
	clip.glue(jQuery("#email"));
	clip.setText(jQuery("#email").text());
	clip.addEventListener('complete', function(client, text) {
                    alert("Copied text to clipboard:\n" + text);
		        	}); 
});

