// Mapping Software (user constants)
//
// Copyright 2011 Gary Little
//
// November 6, 2011
//

var kAgentBizName = "Gary Little";
var kAgentName = "Gary Little";
var kAgentNameOthers = "Beverly Ericksteen";
var kAgentPhone = "604-741-5347";
var kAgentPhoneCell = "604-741-5347";
var kAgentPhoneTollFree = "";
var kAgentFax = "";
var kAgentFaxTollFree = "";
var kAgentEmail = "gary@garylittle.ca";
var kAgentWebSite = "www.garylittle.ca";
var kAgentPhotoURL = "http://www.garylittle.ca/map-v45601/artwork/gl-small.jpg";
var kAgentBrokerageName = "Royal LePage Sunshine Coast";
var kAgentBrokerageAddress = "5485 Wharf Ave, P.O. Box 65\nSechelt, BC  V0N 3A0  Canada";
var kAgentBrokeragePhone = "604-885-0299";
var kAgentBrokeragePhoneTollFree = "800-837-3780";
var kAgentBrokerageFax = "604-885-0298";
var kAgentBrokerageFaxTollFree = "";
var kAgentBrokerageEmail = "";
var kAgentBrokerageWebSite = "www.royallepagesunshinecoast.com";
var kAgentBrokerageLogoURL = "http://www.garylittle.ca/map-v45601/artwork/rlp-small.png";
var kAgentBrokerageLogoBigURL = "http://www.garylittle.ca/map-v45601/artwork/rlp-big.png";

// Icon to use as a marker for a brokerage office location.
//
var kBrokerageIconURL = "http://www.garylittle.ca/map-v45601/artwork/brokerage.png";
var kBrokerageIconWidth = 15;
var kBrokerageIconHeight = 13;

var kShowMapBranding = true;
var kShowSheetBranding = true;

// List of RSS news feeds.
//
var kNewsFeeds = [
	"http://www.coastreporter.net/section/sechelt0101&template=rss", // Coast Reporter
	"http://rss.canada.com/get/?F259", // Vancouver Sun Regional
	"http://rss.cbc.ca/lineup/canada-britishcolumbia.xml", // CBC News - BC
	"http://www.theglobeandmail.com/news/national/british-columbia/?service=rss", // Globe & Mail
	"http://feeds.feedburner.com/fp_topstories.rss", // Financial Post
	"http://www.theglobeandmail.com/news/technology/?service=rss", // Globe & Mail Technology
	"http://rss.cbc.ca/lineup/technology.xml", // CBC Technology
	"http://feeds.mercurynews.com/mngi/rss/CustomRssServlet/568/200735.xml", // Mercury News
	"http://creanews.ca/feed/", // CREA News
	"http://www.rebgv.org/news-statistics/feed.xml", // REBGV News
	"http://rss.cbc.ca/lineup/sports.xml" // CBC Sports
];

// List of RSS weather feeds.
//
var kWeatherFeeds = [
	"http://text.weatheroffice.gc.ca/rss/city/bc-3_e.xml", // Sechelt
	"http://text.weatheroffice.gc.ca/rss/city/bc-1_e.xml" // Gibsons
];

