function popUp(strAction,strStoryID,strStoryTitle,strPubDate){



	if (strAction == "Chat") {
		



		//strStoryTitle = escape(strStoryTitle);

		//strStoryTitle = replace("\'","&#39;");


		var popurl="http://miva.sctimes.com/miva/cgi-bin/miva?Web/Chat/post2.mv+StoryID="+ strStoryID + "&StoryTitle="+strStoryTitle + "&PubDate="+strPubDate;
	
		winpops=window.open(popurl,"","width=500,height=600,scrollbars=yes,resizable=yes,");
	
	}
	
}