function searchPop ()
{
resultWindow = "http://www.madairproductions.com/processing.html";
	window.open(resultWindow,'popup','width=540,height=500,toolbar=no,location=no,resizable=yes,scrollbars=yes,status=yes,left=10,top=10,screenX=10,screenY=10');
}

function toParent(URL) {

window.opener.location.href = URL;
window.opener.focus();
}

function getCookie (name) {
var prefix = name + '=';
var c = document.cookie;
var nullstring = '';
var cookieStartIndex = c.indexOf(prefix);
if (cookieStartIndex == -1)
return nullstring;
var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = c.length;
return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
var commenter_name = getCookie('commenter_name');
