
broadSite = "http://touchtmj4.feedroom.com";narrowSite = "http://wtmj4.feedroom.com";	function LaunchFeedroom(selfcall){	  if (selfcall == null){    	setTimeout("LaunchFeedroom(1)",250);	  } else {		optWidth = 485; 		optHeight = 370; 		winl = (screen.width - optWidth) / 2;		wint = (screen.height - optHeight) / 2 - 40;			x = window.open(broadSite + "/index.jsp?band=X", "LF", "top="+wint+",left="+winl+",width="+optWidth+",height="+optHeight);		if (!x.opener) x.opener=self;	  }	}	function LaunchFeedroomBroad(selfcall){	  if (selfcall == null){    	setTimeout("LaunchFeedroomBroad(1)",250);	  } else {		optWidth = 780; 		optHeight = 580; 		winl = (screen.width - optWidth) / 2;		wint = (screen.height - optHeight) / 2 - 40;		x = window.open(broadSite + "/index.jsp?pass_thru=1", "LFB", "top="+wint+",left="+winl+",width="+optWidth+",height="+optHeight);		if (!x.opener) x.opener=self;	  }		}	function LaunchFeedroomNarrow(selfcall){	  if (selfcall == null){    	setTimeout("LaunchFeedroomNarrow(1)",250);	  } else {		optWidth = 752; 		optHeight = 502; 		winl = (screen.width - optWidth) / 2;		wint = (screen.height - optHeight) / 2 - 40;				x = window.open(narrowSite +"/index.jsp?pass_thru=1", "LFN", "top="+wint+",left="+winl+",width="+optWidth+",height="+optHeight);		if (!x.opener) x.opener=self;	  }	}		function LaunchFeedroomNarrowStory(storyNum, selfcall){	  if (selfcall == null){    	setTimeout("LaunchFeedroomNarrowStory('" + storyNum + "',1)",250);	  } else {		optWidth = 485; 		optHeight = 370; 		winl = (screen.width - optWidth) / 2;		wint = (screen.height - optHeight) / 2 - 40;		url = narrowSite + "/index.jsp?pass_thru=1&fr_story=" + storyNum;				x = window.open(url, "LFNS", "top="+wint+",left="+winl+",width="+optWidth+",height="+optHeight);		if (!x.opener) x.opener=self;	  }	}	function LaunchFeedroomBroadStory(storyNum, selfcall){	  if (selfcall == null){    	setTimeout("LaunchFeedroomBroadStory('" + storyNum + "',1)",250);	  } else {		optWidth = 485; 		optHeight = 370; 		winl = (screen.width - optWidth) / 2;		wint = (screen.height - optHeight) / 2 - 40;		url = broadSite + "/index.jsp?pass_thru=1&fr_story=" + storyNum;		x = window.open(url, "LFBS", "top="+wint+",left="+winl+",width="+optWidth+",height="+optHeight);		if (!x.opener) x.opener=self;	  }	}		function LaunchFeedroomForkWithStory(bbLink, nbLink,selfcall){	  if (selfcall == null){    	setTimeout("LaunchFeedroomForkWithStory('" + bbLink + "','" + nbLink + "',1)",250);	  } else {		optWidth = 485; 		optHeight = 370; 		winl = (screen.width - optWidth) / 2;		wint = (screen.height - optHeight) / 2 - 40;		url = broadSite + "/index.jsp?band=X&fr_story_nb=" + nbLink + "&fr_story_bb=" + bbLink ;		x = window.open(url, "LFFS", "top="+wint+",left="+winl+",width="+optWidth+",height="+optHeight);		if (!x.opener) x.opener=self;	  }	}
