
function openPeeker(id)
{//popup rjsNetworks.com
		var theURL = '/rjs/popup.aspx?article=' + id;
		var width  = 300;
		var height = 400;
		newWindow = window.open(theURL,'newWindow','toolbar=no,menubar=no,resizable=no,scrollbars=no,status=no,location=no,width='+width+',height='+height);
}
