var craigsList = {
	cities : { atlanta:'Atlanta', austin:'Austin', boston:'Boston', chicago:'Chicago', cincinnati:'Cincinnati', dallas:'Dallas', denver:'Denver', detroit:'Detroit', honolulu:'Honolulu', houston:'Houston', indianapolis:'Indianapolis', lasvegas:'Las Vegas', losangeles:'Los Angeles', miami:'Miami', minneapolis:'Minneapolis', newjersey:'New Jersey', newyork:'New York', orangecounty:'Orange County', philadelphia:'Philadelphia', phoenix:'Phoenix', pittsburgh:'Pittsburgh', portland:'Portland', raleigh:'Raleigh', sacramento:'Sacramento', sandiego:'San Diego', seattle:'Seattle', sfbay:'San Francisco Bay Area', stlouis:'St. Louis', washingtondc:'Washington, DC' },
	cats   : [ { id:'ccc', name:'Community', sub:{ act:'activities', ats:'artists', kid:'childcare', com:'general', grp:'groups', pet:'pets', cal:'events', laf:'lost+found', muc:'musicians', vnn:'local news', pol:'politics', rid:'rideshare', vol:'volunteers' } },
			   { id:'eee', name:'Events', sub:null }, // Events has no sub categories
			   { id:'ggg', name:'Gigs', sub:{ cpg:'computer', crg:'creative', cwg:'crew', dmg:'domestic', evg:'event', lbg:'labor', wrg:'writing', tlg:'talent', adg:'adult' } },
			   { id:'hhh', name:'Housing', sub:{ apa:'apts / housing', roo:'rooms / shared', sub:'sublets / temporary', hsw:'housing wanted', swp:'housing swap', vac:'vacation rentals', prk:'parking / storage', off:'office / commercial', rfs:'real estate for sale' } },
			   { id:'jjj', name:'Jobs', sub:{ acc:'accounting+finance', ofc:'admin / office', egr:'arch / engineering', med:'art / media / design', sci:'biotech / science', bus:'business / mgmt', csr:'customer service', edu:'education', gov:'government', hum:'human resources', eng:'internet engineers', lgl:'legal / paralegal', mar:'marketing / pr / ad', hea:'medical / health', npo:'nonprofit sector', ret:'retail / food / hosp', sls:'sales / biz dev', trd:'skilled trade / craft', sof:'software / qa / dba', sad:'systems / network', tch:'technical support', tfr:'tv / film / video', art:'web / info design', wri:'writing / editing' } },
			   { id:'ppp', name:'Personals', sub:{ stp:'strictly platonic', w4w:'women seek women', w4m:'women seeking men', m4w:'men seeking women', m4m:'men seeking men', msr:'misc romance', cas:'casual encounters', mis:'missed connections', rnr:'rants and raves' } },
			   { id:'res', name:'Resumes', sub:null }, // resume has no sub categories
			   { id:'sss', name:'For Sale', sub:{ bar:'barter', bik:'bikes', boa:'boats', bks:'books', bfs:'business', sys:'computer', zip:'free', 'for':'general', jwl:'jewelry', mat:'material', rvs:'rvs', spo:'sporting', tix:'tickets', tls:'tools', wan:'wanted', art:'arts+crafts', pts:'auto parts', bab:'baby+kids', car:'cars+trucks', emd:'cds/dvd/vhs', clo:'clothes+acc', clt:'collectibles', ele:'electronics', grd:'farm+garden', fur:'furniture', tag:'games+toys', gms:'garage sale', hsh:'household', mcy:'motorcycles', msg:'music instr', pho:'photo+video' } },
			   { id:'bbb', name:'Services', sub:{ cps:'computer', crs:'creative', ers:'erotic', evs:'event', fns:'financial', lgs:'legal', lss:'lessons', aos:'automotive', hss:'household', lbs:'labor/move', sks:"skill'd trade", rts:'real estate', biz:'sm biz ads', ths:'therapeutic' } }
			 ]
};

var rssData = { "feeds": [ //{ "name":"craigslist", "id":"craigslist", "startingUrl":"", "endingUrl":"", "queryRequired":true },
		{ "name":"Yahoo! News", "id":"Yahoo_News", "startingUrl":"http://news.search.yahoo.com/news/rss?ei=UTF-8&p=", "endingUrl":"&c=&eo=UTF-8", "queryRequired":true },
		{ "name":"Google News", "id":"Google_News", "startingUrl":"http://news.google.com/news?hl=en&ned=us&q=", "endingUrl":"&ie=UTF-8&output=rss", "queryRequired":false	},
		{ "name":"ESPN Sports", "id":"ESPN_Sports", "startingUrl":"http://sports.espn.go.com/keyword/search?searchString=", "endingUrl":"&feed=rss&filter=null&page=espn&language=en-us&rT=sports", "queryRequired":false },
		{ "name":"Digg", "id":"Digg", "startingUrl":"http://www.digg.com/rss_search?search=", "endingUrl":"&area=all&type=both&age=7", "queryRequired":false },
		{ "name":"CNET Reviews", "id":"CNET_Reviews", "startingUrl":"http://reviews.cnet.com/4534-10921_7-0.xml?query=", "endingUrl":"", "queryRequired":true },
		{ "name":"Delicious", "id":"Delicious", "startingUrl":"http://del.icio.us/rss/tag/", "endingUrl":"", "queryRequired":true },
		{ "name":"Upcoming.Yahoo.com", "id":"Upcoming.org", "startingUrl":"http://upcoming.yahoo.com/syndicate/v2/tag/", "endingUrl":"", "queryRequired":false },
		{ "name":"Yahoo! Classifieds", "id":"Yahoo_Classifieds", "startingUrl":"http://classifieds.yahoo.com/forsale/classrss.php?cc=merchandise&ck=", "endingUrl":"&fullnodeid=750049641&loc=", "queryRequired":false },
		{ "name":"Yahoo! Jobs", "id":"Yahoo_Jobs", "startingUrl":"http://hotjobs.yahoo.com/rss/0/USA/-/-/-/", "endingUrl":"", "queryRequired":false }
	]
};