Your IP : 3.15.214.244


Current Path : /home/church/www/comparefloridarates.com/
Upload File :
Current File : /home/church/www/comparefloridarates.com/data.php

<?php

	/* I N F O R M A T I O N
	-------------------------------------- //
	//	Template : Compare Florida Rates
	//  CSS For : Compare Florida Rates
	//  Author : Ekow
	//  Version : Responsive
	-------------------------------------- */
	

	//	CONTACT INFORMATION
	$domain 				= "http://www.comparefloridarates.com";
	$businessNameLong 		= "Compare Florida Rates";
	$businessName 			= "Compare Florida Rates";
	$slogan 				= ""; 
	$mainEmail 				= "scott.headley@live.com";
	$mainPhone 				= "1(800) 225-9960";
	$mainFax 				= "";
	$mainAddr 				= "3544 South Florida Ave";
	$mainCity 				= "Lakeland";
	$mainState 				= "Florida";
	$stateName				= "Florida";
	$mainStateShort 		= "FL";
	$mainZip 				= "33803";
	
	// MAILING INFORMATION
	$mailAddr				= "3544 S. Florida Ave";
	$mailState				= "Florida";
	$mailCity				= "Lakeland";
	$mailZip				= "33803";
	
	// SERVICES
	$serviceShortList		= "rates";

	//	MEDIA AND OTHER LOCATIONS AND INFORMATION
	$googleMapsPlug 		= "";
	$fb 					= "";
	$tw 					= "";
	$li 					= NULL;
	$gp 					= NULL;
	$pin					= "";
	$blog 					= "";
    $ypAddress				= NULL;
	
	//	MISC
	$foundedYear="2013";
	$copyYear="2013";
	$area				= "Florida";
	$serviceArea			= "Florida";
	$mainCounties			= make_alpha(NULL); //Example of how to use alpha
	$mainCities				= make_alpha(NULL);	
	
	//	COPYRIGHT YEAR CODE
	$time=time(); 
	$year= date("Y",$time);
	if ($year != $copyYear) {
		$copyYear=$year;
	}
	
	//	MAKE ALPHA CODE	
	function make_alpha($listOfNames){
		$returnString="";
		$names=explode(", ", $listOfNames);
		sort($names);
		foreach ($names as $key => $value) {
			if ($key<(count($names)-1)) {$returnString.= $names[$key] . ", ";}
			else {$returnString.= "and " . $names[$key];}
		}
		return $returnString;	
	}
	
	//	PAGE TITLES
	$page_title_index 		= "Getting you the best rates";
		$sub_title_index		= "";
	$page_title_about		= "About Us";
		$sub_title_about		= "A Family-Owned Business Since 1981";
	$page_title_quote		= ""; 
		$sub_title_quote		= "Get the right price for you";
	$page_title_serv		= "";
		$sub_title_serv			= "Services Unique to You";
	$page_title_auto		= "";
		$sub_title_auto			= "Insure your vehicle";
	$page_title_home		= "";
		$sub_title_home			= "Protect your valuables";
	$page_title_comm		= "";
		$sub_title_comm			= "Your business is our business.";
	$page_title_contact		= "";
		$sub_title_contact		= "Last step! You're almost done.";
	$page_title_res			= "";
		$sub_title_res			= "Insurance tools to help You";
	// SECONDARY PAGE TITLES
		$page_title_calc		= "";
			$sub_title_calc			= "Calculate your loans, needs or mortgage";
		$page_title_carriers	= "". $businessName ." Represents";
			$sub_title_calc			= "We help get you the best rate possible";
		$page_title_claims		= "";
			$sub_title_calc			= "If you need assistance give us a call";
		$page_title_gloss		= "";
			$sub_title_calc			= "Insurance Terms Defined";
		$page_title_links		= "";
			$sub_title_calc			= "Links to help you";
	
	// PAGE DESCRIPTIONS
	$page_descrip_index		= NULL;
	$page_descrip_about		= 'Call today or complete a free online insurance quote from to request a free insurance quote or financial planning quote from'. $serviceArea .'Insurance experts at'. $businessName .'located in'. $mainCity . ' , '. $mainState;
	$page_descrip_quote		= NULL;
	$page_descrip_auto		= NULL;
	$page_descrip_home		= NULL;
	$page_descrip_comm		= NULL;
	$page_descrip_life		= NULL;
	$page_descrip_res		= NULL;
	$page_descrip_contact	= NULL;

	// PAGE KEYWORDS
	$page_keys_index = NULL;
	$page_keys_about = ' Independent Insurance Agency, Trusted Choice insurance agency, independent insurance agent, Insurance Agent in' . $serviceArea . ' ,' . $serviceArea . 'Financial Advisor,' . $serviceArea . 'Financial Planner, ' . $mainCity . ' ' . $mainState . 'Insurance,' . $mainCity . ' ' . $mainState . 'Insurance,' . $mainCity . 'Insurance Agent,' . $mainCity . 'Insurance,' . $mainCity . 'Property Insurance,' . $mainCity . 'Vacation Home insurance,' . $mainCity . 'insurance,' . $mainCity . 'Insurance Agency,Insurance Agent,Insurance Agency,' . $mainCity . 'Insurance Agency';
	$page_keys_quote = NULL;
	$page_keys_auto = NULL;
	$page_keys_home = NULL;
	$page_keys_comm	= NULL;
	$page_keys_life = NULL;
	$page_keys_contact = NULL;
	$page_keys_res = NULL;

	//	ACTIVE STATES
	$active_index			= "index";


?>