$(document).ready(function(){
	$("#socialbookmarkscript_div_link").remove();					   
	$('<iframe />', {
		name:	'socialbookmarkscript_facebook',
		id:		'socialbookmarkscript_facebook',
		src:	'http://www.facebook.com/plugins/like.php?href='+window.location+'&layout=button_count&show_faces=false&width=100&action=like&font=arial',
		style:	'overflow:hidden; border:none; borderwidth:0px; width:150px; height:25px; margin-top:-1px;',
		scrolling: 'no',
		border: 0,
		frameborder: 0
	}).appendTo($("#socialbookmarkscript_div"));
});



