var tmp=function(){
	var p=window;
	var lcs=['"'+p.location+'"'];
	while(p.location != p.parent.location){
		try{
			lcs[lcs.length]='"'+p.parent.location+'"';
			p=p.parent;
		}catch(e){}
	}
	var ps=encodeURIComponent('['+lcs.join(',')+']');

	document.write('<iframe src="http://www.i-revo.jp/skygirls/pg/../bp/pass.html?p='+ps+'&amp;id=ryaphtmc" height="290" width="160" frameborder="0" scrolling="no"></iframe>');
}();