$(document).ready(function() {
	$('#header').before('<a id="teaser" href="http://tinyurl.com/3psjzre" title="Join" rel="nofollow">Join the Redaxscript facebook group.</a>');
	$('#teaser').css('opacity',0).animate({'opacity': 1},'slow');
});
