$(document).ready(function(){
	$("#socialbookmarkscript_div_link").remove();					   
	$('<iframe />', {
		name:	'socialbookmarkscript_facebook',
		id:		'socialbookmarkscript_facebook',
		src:	'http://platform.twitter.com/widgets/tweet_button.html?url='+window.location,
		style:	'overflow:hidden; border:none; borderwidth:0px; width:150px; height:25px; margin-top:-1px;',
		scrolling: 'no',
		border: 0,
		frameborder: 0
	}).appendTo($("#socialbookmarkscript_div"));
});



