﻿if(top.location!=self.location)
{
	var topWeb = document.referrer;    
	if(topWeb.indexOf(".cmbchina.com")==-1)
	{
		top.location=self.location; 
	}
}

self.moveTo(0,0);
self.resizeTo(screen.availWidth,screen.availHeight);