var req;
var sec=0;
var trURL='http://c4.myway.com/tr.js';
if (parent.frames.length != 0) {
for (var i=0; i < eval(parent.frames); i++) {
req=parent.frames[i].location.href;
if (req.substring(0,5) == 'https') sec=1;}} 
else {
req=parent.location.href;
if (req.substring(0,5) == 'https') sec=1;}
if (sec) trURL='';
if (trURL) { 
var trR=Math.round(Math.random()*10000000000)+2;
trURL+='?a='+c4area+'&r='+trR;
document.write('<scr'+'ipt src="'+trURL+'"></scr'+'ipt>');}