// DO NOT MODIFY THE CODE IMMEDIATELY BELOW:

try
{



var sections = new Array ();

function Section (_name, _title, _column, _url)
	{
	this.name = _name;
	this.section = _title;
	this.column = _column - 1;
	this.url = _url;
	var idx = sections.length;
	this.links = new Array ();
	sections[idx] = this;
	sections[_name] = this;
	return this;
	}

function Link (_section, _name, _url)
	{
	this.name = _name;
	this.url = _url;
	var idx = _section.links.length;
	_section.links[idx] = this;
	return this;
	}

// DO NOT MODIFY THE CODE IMMEDIATELY ABOVE!









	new Section ("Panel", "Panel of Experts", 1);
	new Section ("Software", "Software for Writers", 1);
	new Section ("StoryIdeas", "Story Ideas", 1);
	new Section ("NewsSources", "News Sources", 1);
	new Section ("FactChecking", "Fact Checking", 1);
	new Section ("SearchEngines", "Search Engines", 1);
	new Section ("Magazines", "Writers' Magazines", 1);
	new Section ("Tools", "Newswriting Tools", 2);
	new Section ("Grammar", "Grammar & Usage", 2);

	new Section ("TopNewsStations", "Top News Stations", 2);
	new Link (sections.TopNewsStations,       "WINS-AM CBS Radio 1010 AM New York"			,"http://www.1010wins.com");
	new Link (sections.TopNewsStations,       "WCBS-AM CBS Radio 880 AM New York"			,"http://www.wcbs880.com");
	new Link (sections.TopNewsStations,       "KNX-AM  CBS Radio 1070 AM Los Angeles"		,"http://www.knx1070.com");
	new Link (sections.TopNewsStations,       "KFI-AM  Clear Channel 640 AM Los Angeles"	,"http://www.kfi640.com");
	new Link (sections.TopNewsStations,       "KFWB-AM CBS Radio 980 AM Chicago"			,"http://www.kfwb.com");
	new Link (sections.TopNewsStations,       "WBBM-AM CBS Radio 780 AM Chicago"			,"http://www.wbbm780.com");
	new Link (sections.TopNewsStations,       "KCBS-AM CBS Radio 740 AM San Francisco"		,"http://www.kcbs.com");
	new Link (sections.TopNewsStations,       "KRLD-AM CBS Radio 1080 AM Dallas/Ft. Worth"	,"http://www.krld.com");
	new Link (sections.TopNewsStations,       "KYW-AM  CBS Radio 1060 AM  Philadelphia"		,"http://www.kyw1060.com");
	new Link (sections.TopNewsStations,       "WTOP-FM Bonneville 103.5 FM Washington, D.C.","http://www.wtop.com");
	new Link (sections.TopNewsStations,       "WWJ-AM  ABC Radio 950 AM Detroit"			,"http://www.wwj.com");
	new Link (sections.TopNewsStations,       "KOMO-AM Fisher  1000 AM Seattle"				,"http://www.komoradio.com");
	new Link (sections.TopNewsStations,       "WTOP-FM Bonneville 103.5 FM Baltimore"		,"http://www.wtop.com");
	new Link (sections.TopNewsStations,       "KDKA-AM CBS Radio 1020 AM Pittsburgh"		,"http://www.kdkaradio.com/");
    new Link (sections.TopNewsStations,       "KQV-AM  Calvary Inc 1410 AM Pittsburgh"		,"http://www.kqv.com");
	new Link (sections.TopNewsStations,       "BBC World Service"							,"http://www.bbc.co.uk/worldservice/");
	new Link (sections.TopNewsStations,       "");
	new Link (sections.TopNewsStations,       "");
	new Link (sections.TopNewsStations,       "");
	new Link (sections.TopNewsStations,       "");
	new Link (sections.TopNewsStations,       "");
	new Link (sections.TopNewsStations,       "");
	new Link (sections.TopNewsStations,       "");
	new Link (sections.TopNewsStations,       "");
	new Link (sections.TopNewsStations,       "");
	new Link (sections.TopNewsStations,       "");

	new Section ("Forums", "Newswriters' Forums", 2);
	new Section ("International", "International Tips", 2);

	new Section ("Newspapers", "Major Newspapers", 2);
	new Link (sections.Newspapers,       "Austin American-Statesman"		,"http://www.statesman.com/");
	new Link (sections.Newspapers,       "Baltimore Sun"					,"http://www.baltimoresun.com/");
	new Link (sections.Newspapers,       "Boston Globe"                     ,"http://www.boston.com/news/globe/", "*");
	new Link (sections.Newspapers,       "Boston Herald"					,"http://www.bostonherald.com/");                                   
	new Link (sections.Newspapers,       "Chicago Sun-Times"                ,"http://www.suntimes.com/");                                       
	new Link (sections.Newspapers,       "Chicago Tribune"                  ,"http://www.chicagotribune.com/", "*");
	new Link (sections.Newspapers,       "Cincinnati Enquirer"				,"http://www.enquirer.com");                                        
	new Link (sections.Newspapers,       "Cincinnati Post"					,"http://www.cincypost.com");                                       
	new Link (sections.Newspapers,       "Cleveland Plain Dealer"			,"http://www.plaindealer.com/page2.php");                                    
	new Link (sections.Newspapers,       "Columbus Dispatch"                ,"http://www.dispatch.com/", "*");
	new Link (sections.Newspapers,       "Dallas Morning News"				,"http://www.dallasnews.com/");                                     
	new Link (sections.Newspapers,       "Denver Post"						,"http://www.denverpost.com/");                                     
	new Link (sections.Newspapers,       "Hartford Courant"					,"http://www.courant.com/");                                        
	new Link (sections.Newspapers,       "Houston Chronicle"				,"http://www.chron.com/");                                          
	new Link (sections.Newspapers,       "Indianapolis Star"				,"http://www.indystar.com");                                        
	new Link (sections.Newspapers,       "Kansas City Star"					,"http://www.kansascity.com");                                      
	new Link (sections.Newspapers,       "London Times"                     ,"http://www.timesonline.co.uk/");                                  
	new Link (sections.Newspapers,       "Los Angeles Times"				,"http://www.latimes.com/");                                        
	new Link (sections.Newspapers,       "Metro Boston"						,"http://boston.metro.us/");                                        
	new Link (sections.Newspapers,       "Metro New York"					,"http://ny.metro.us/");                                            
	//new Link (sections.Newspapers,       "Metropolis Daily Planet"          ,"http://www.dailyplanet.com/", "*");
	new Link (sections.Newspapers,       "Minneapolis Star Tribune"			,"http://www.startribune.com/");                                    
	//new Link (sections.Newspapers,       "New York Daily Bugle" 			,"http://www.marveldirectory.com/miscellaneous/dailybugle.htm", "*");
	new Link (sections.Newspapers,       "New York Daily News"				,"http://www.nydailynews.com/");                                    
	new Link (sections.Newspapers,       "New York Post"					,"http://www.nypost.com/");                                         
	new Link (sections.Newspapers,       "New York Times"					,"http://www.nytimes.com/");                                        
	new Link (sections.Newspapers,       "Newsday (NYC Ed.)"				,"http://www.newsday.com/");                                        
	new Link (sections.Newspapers,       "Orange County Register"			,"http://www.ocregister.com/");                                     
	new Link (sections.Newspapers,       "Philadelphia Inquirer"			,"http://www.philly.com/mld/inquirer/");

	new Link (sections.Newspapers,       "Pittsburgh Post-Gazette"			,"http://www.post-gazette.com/");

	new Link (sections.Newspapers,       "Pittsburgh Tribune-Review"			,"http://www.pittsburghlive.com/x/pittsburghtrib/");

	new Link (sections.Newspapers,       "Providence Journal"				,"http://www.projo.com/");                                          
	new Link (sections.Newspapers,       "Rochester Democrat & Chronicle"	,"http://www.democratandchronicle.com");                            
	new Link (sections.Newspapers,       "Rocky Mountain News"				,"http://www.rockymountainnews.com/");                              
	new Link (sections.Newspapers,       "Sacramento Bee"					,"http://www.sacbee.com/");                                         
	new Link (sections.Newspapers,       "San Francisco Chronicle"			,"http://www.sfgate.com/");                                         
	new Link (sections.Newspapers,       "San Jose Mercury News"			,"http://www.mercurynews.com");                                     
	new Link (sections.Newspapers,       "Seattle Post-Intelligencer"		,"http://seattlepi.nwsource.com/");                                 
	new Link (sections.Newspapers,       "Seattle Times"					,"http://seattletimes.nwsource.com");                               
	new Link (sections.Newspapers,       "Tampa Tribune"					,"http://www.tampatrib.com/");                                      
	new Link (sections.Newspapers,       "Tennessean"						,"http://www.tennessean.com");                                      
	new Link (sections.Newspapers,       "The Boston Globe"					,"http://www.boston.com/");                                         
	new Link (sections.Newspapers,       "The Chicago Tribune"				,"http://www.chicagotribune.com/");                                 
	new Link (sections.Newspapers,       "The Columbus Dispatch"			,"http://www.dispatch.com/");                                       
	new Link (sections.Newspapers,       "Toronto Star"						,"http://www.thestar.com/");                                        
	new Link (sections.Newspapers,       "Virginian-Pilot"			,"http://hamptonroads.com/pilotonline/");                               
	new Link (sections.Newspapers,       "Wall Street Journal"				,"http://online.wsj.com/public/us", "*");
	new Link (sections.Newspapers,       "Washington Post"					,"http://www.washingtonpost.com/");                                 
	new Link (sections.Newspapers,       "Washington Times"					,"http://www.washtimes.com/");                                      
	new Link (sections.Newspapers,       "");
	new Link (sections.Newspapers,       "");
	new Link (sections.Newspapers,       "");
	new Link (sections.Newspapers,       "");
	new Link (sections.Newspapers,       "");
	new Link (sections.Newspapers,       "");
	new Link (sections.Newspapers,       "");
	new Link (sections.Newspapers,       "");
	new Link (sections.Newspapers,       "");
	new Link (sections.Newspapers,       "");







var copyright = "&copy; Copyright 2007 RCS, Inc. All Rights Reserved.<br>"
		+ " WriteBetterNews.com, RCSnews and their logos are trademarks, and RCS is a registered trademark, of RCS, Inc."
		+ " Other marks are the properties of their respective owners.";







// DO NOT MODIFY THE CODE IMMEDIATELY BELOW:

var now = new Date ();
if (now.getFullYear() > 2007)
	copyright = copyright.replace("2007", "2007-" + now.getFullYear());

function insertCopyrightHere ()
	{
	document.write(copyright);
	}

function insertContentAreaHere ()
	{
	document.write('<div id="content" class="content"></div>');
	}

}
catch (_e)
	{
	alert("Exception thrown!\n\n"
		+ "\tfile:\tscript/content.js  \n" 
		+ "\terrno:\t" + (_e.number & 0xFFFF) + "  \n"
		+ "\tname:\t" + _e.name + "  \n"
		+ "\tdesc:\t" + _e.description + "  \n"
		+ "\tmsg:\t" + _e.message + "  ");
	}

// DO NOT MODIFY THE CODE IMMEDIATELY ABOVE!




