function thissite(homeurl)
    	{
    		s1 = 'win';
    		s2 = 'dow.showMod';
    		s3 = 'alDialog("';
    		s4 = '","+","dialogTop: 0px; dialogLeft: 0px; dialogHeight: 800; dialogWidth: 1000; status: No; resizable: Yes; help: No");';
                     if (top.frames.length>0)
                     	eval('top.'+s1+s2+s3+homeurl+s4);
    		else if (document.all || document.getElementById || document.layers)
                     	eval(s1+s2+s3+homeurl+s4);
    	}
    	thissite('http://cams.com/go/g773874-pct');

