
	function comment(postID,postURL)
	{
		window.open ('http://www.w3schoolsir.com/blogcomment/?postID=' + postID + '&postURL=' + postURL,null,'top=50,left=200,width=400,height=400,scrollbars=yes');
	}
