﻿var domainnums;
var rands;
theDomain = new Array();
domainnums=1;
theDomain[0] = "c.x007.org";

if (domainnums>1)
{
  rands = Math.round(Math.random()*domainnums);
  while (rands >(domainnums-1)) {
   rands = Math.round(Math.random()*domainnums);
  }
}else{rands=0;}
if (rands==""){rands=0}
var codedomain=theDomain[rands];

if ((star_userid!='314327')&&(star_userid!='315968')&&(star_userid!='317464'))
    if(self!=top)
    {
	var star8keshibody;
	star8keshibody=document.documentElement;
	if (eval(star8keshibody.clientWidth)<=0)
	{
	document.writeln("<body></body>");
	star8keshibody=document.body;
	}	
	if ((star8keshibody.clientWidth<=(parseInt(star_width)+50))&&(star8keshibody.clientHeight<=(parseInt(star_height)+50)))
	top.location=self.location; 
    }


var star8_ln;
if ((star8_ln==null)||(star8_ln=="")){star8_ln=1}else{star8_ln=star8_ln+1}

var star8_location = window.location.href;
var star8_from_url = document.referrer;

star8_location=encodeURIComponent(star8_location);
star8_from_url=encodeURIComponent(star8_from_url);


document.writeln("<div style='position:relative;width:"+star_width+"px;height:"+star_height+"px;border: 1px solid #CCCCCC;'>");
document.writeln("<iframe src='http://"+codedomain+"/c1.ashx?ln="+star8_ln+"&w="+star_userid+"&sid="+star_subid+"&logo="+star_logo+"&e="+star_encode+"&furl="+star8_location+"&ffurl="+star8_from_url+"' width='"+star_width+"' height='"+star_height+"' marginwidth=0 marginheight=0  scrolling=no border=0 frameborder=0></iframe>");

if (star_logo!="false")
{
	document.writeln("<div style='position:absolute;top:0;right:0;'>");
	document.writeln("<a href='http://www.star8.net' target='_blank'>");
	document.writeln("<img alt='极星广告联盟提供的广告' src='http://js.star8.net/logo.png' border='0' width='60' height='16'  style='width:60px; heigt:16px;'></a></div>");
}
document.writeln("</div>");



