function popUphistory()
{
	URL = 'http://jhlak.com/Powerdates/Today in History/index.html';
	eval("page=window.open(URL, '', 'toolbar=0,scrollbars=1,resizable=0,width=430,height=105,left = 300,top = 150');");
}
function popUplovetest()
{
	URL = 'http://jhlak.com/lovetest/index.html';
	eval("page=window.open(URL, '', 'toolbar=0,scrollbars=1,resizable=0,width=430,height=170,left = 300,top = 150');");
}
function popUpnews()
{
	URL = 'http://jhlak.com/newsletter/subscribeNewsletter.asp';
	eval("page=window.open(URL, '', 'toolbar=0,scrollbars=1,resizable=0,width=430,height=170,left = 300,top = 150');");
}