	function openPosting(pId) {
		eval(
		"page" + pId + " = window.open('assets/snippets/phpEventCallendar/eventdisplay.php?id=" + pId + 
		"', 'mssgDisplay', 'toolbar=0,scrollbars=1,location=0,statusbar=0," +
		"menubar=0,resizable=1,width=340,height=400');"
		);
	}

				function te_subscribe()
				{
					//signup
					new Ajax('assets/modules/temailer/subscribe.php?action=subscribe', 
							{
								update: $('temailer_form'),
								method:'post',
								postBody: 'name=' + $('temailer_name').value + '&email=' + $('temailer_email').value
							}).request();				
				}
