	d=document;
	sitePath = document.location;
	
		d.write('<iframe src="');
		d.write('http://www.facebook.com/plugins/like.php?href=');
		d.write(sitePath);
		d.write('&amp;layout=button_count&amp;show_faces=false&amp;width=115&amp;action=like&amp;colorscheme=dark&amp;height=21" scrolling="no" frameborder="0"');
		d.write('style="border:none; overflow:hidden; width:81px; height:21px; allowTransparency="true"></iframe>');
