var Pricing = new function() {

	this.getStarted = function(idplan) {
	 var url = "index.php?mod=getstarted&idplan="+idplan;
	 document.location.href=url;
	};
	
	
}

