var newurl="";
if(parent.window.opener)
{
  if( typeof myip != "undefined" && myip !=""){
    newurl='http://www.vancl.com/websource/websource.aspx?url=http://www.vancl.com/&source=lastfanke1'+'&SourceSunInfo='+myip;  
  }
  else{    
	newurl='http://www.vancl.com/websource/websource.aspx?url=http://www.vancl.com/&source=lastfanke1';
  }

  //alert(newurl);
  parent.window.opener.location=newurl;
}

