Framework.Modules.SEORankingTree = function(){
	
	this.groupId = '1';
	
    this.getCountryFlag=function(i){    	
    	return '';      	
    };
    this.getObjectName=function(){	 
		return "seoRankingTree";  
	};	
	this.getCountryFlagForAddSearchEngine=function(searchEngine){    	
    	return '';
    };				
	this.getLocalesCountryFlag=function(locale){		
		return '';
	};	
	this.getFormLabel=function(){
		return '<span class="formLabel" style="float: left;">Name:</span> <input type="hidden" name="type" value="' + SEO_TYPE_RANKING + '"/> <input type="hidden" name="userTagType" value="' + SEO_TYPE_RANKING + '"/>';
	};	
	 		
	 
	this.getShowHelpInfo=function(){
		return "New Ranking Monitor";
	};
		
	
	this.getCheckLegend=function(){
		return "Ranking Services";		
	};				
	
	this.getSEOUrl=function(){
		return Framework.seoRankingURL;		
	};

	this.getUserTagType=function(formData){
		return formData.userTagType + "/";
	};
		
	this.getModuleName=function(){
		return "SEORanking";
	};	
	
}
Framework.Modules.SEORankingTree.prototype=new Framework.Modules.SEOUrlTree();
