jQuery(document).ready(function($) {
	$('#share_twitter').popupWindow({ 
		centerScreen: true, height: 450, width: 550
	});
});

