function CheckSub(){
	if(document.getElementById('logo')){
		return form_check('username','sitename','backlink|http','GoalLink|http','logo|http','mail|email')
	}else{
		return form_check('username','sitename','backlink|http','GoalLink|http','mail|email')
	}
	
}
