function callScript() 
{
var str = window.location.search.substring(1);
var ref;
if (str.length==0)
{
	ref=document.referrer;
}
else
{
	ref=str;
}
document.write('<IFRAME src="http://www.photolightning.com/cgi-bin/cook1.pl?action=home&ref='+ref+'&a'+str+'" width=0 Height=0 FRAMEBORDER=0></iframe>');
}

