// JavaScript Document

var str='<iframe src="http://www.facebook.com/plugins/like.php?href=';
var sub='&layout=standard&width=280&action=like&font=arial&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:270px; height:30px"></iframe>';
document.write(str+document.location.href+sub);

