function detect(){
	if(screen.width < 700 || screen.height < 500){
		location.href = "./ppc/"
	}
}

