$(document).ready(function() {
	$("a.share").click(
			function() {
				window.open($(this).attr("href"), 'ptm', 'height=450,width=700').focus();
                return false;
            }
	);
})
