if (typeof sectioncategory=="undefined" || sectioncategory == '') {
	var spryregex = "//item [collegepublisher:papername!='" + paper_name + "']";
	var spryregexlocal = "//item";
	var nationalcategoryname = 'Top Stories';
} else {
	var spryregex = "//item [collegepublisher:papername!='" + paper_name + "']";
	var spryregexlocal = "//item [collegepublisher:sectioncategory='" + sectioncategory + "']";
	//var spryregexlocal = "//item [collegepublisher:sectioncategory='" + sectioncategory + "' and collegepublisher:papername!='Northeastern News']";
	var nationalcategoryname = sectioncategory;
}

switch (nationalcategoryname) {
	
	case ("Sports"):
	 rssfilename = '76242771-1e0a-4afb-a06e-357ebd180320';
		collegeheadlineslink = 'channel/index.cfm?event=section&uglobal_section_id=' + rssfilename;
		break;
	case ("Campus News"):
	  rssfilename = '885de8be-9d29-405f-9cf1-a15a527b43d6';
  		collegeheadlineslink = 'channel/index.cfm?event=section&uglobal_section_id=' + rssfilename;
		break;
	case ("Arts/Entertainment"):
	 rssfilename = 'a610293f-66e8-4113-94d1-48e7758fee16';
	 collegeheadlineslink = 'channel/index.cfm?event=section&uglobal_section_id=' + rssfilename;
		break;
	case ("City/Metro"):
	 rssfilename = '44f657f4-0a38-4680-a4c9-2edae0bbe0ed';
	 collegeheadlineslink = 'channel/index.cfm?event=section&uglobal_section_id=' + rssfilename;
		break;
	case ("Features/Campus Life"):
	  rssfilename = 'd1da40af-509e-499f-9e91-53a10fc49dda';
	  collegeheadlineslink = 'channel/index.cfm?event=section&uglobal_section_id=' + rssfilename;
		break;
	case ("Opinion/Editorial"):
	 rssfilename = '5453e5f7-d9fd-464e-9c70-621d07899ade';
	 collegeheadlineslink = 'channel/index.cfm?event=section&uglobal_section_id=' + rssfilename;
		break;
	case ("Police Blotter"):
	 rssfilename = 'bcce18b6-354e-4402-b6c5-1e03cd408326';
	 collegeheadlineslink = 'channel/index.cfm?event=section&uglobal_section_id=' + rssfilename;
		break;
	case ("Other"):
	 rssfilename = 'b801975b-edc0-48e7-b967-e5abdaae5bb9';
	 collegeheadlineslink = 'channel/index.cfm?event=section&uglobal_section_id=' + rssfilename;
		break;
	case ("vatech"):
	  	rssfilename = 'vatech';
		collegeheadlineslink = 'channel/index.cfm?event=vatech';
		break;
	default:
		rssfilename = 'nationalmostpopular';
		collegeheadlineslink = 'channel/index.cfm?event=collegeheadlines';
		break;
	
}

/* Default the spry datasets with null URL's and regular expressions. */
var dsArticles = new Spry.Data.XMLDataSet(null, spryregexlocal, {useCache:true});
var dsArticlesNationalNew = new Spry.Data.XMLDataSet(null, spryregex, {useCache:true});
var dsArticlesNational = new Spry.Data.XMLDataSet(null, spryregex, {useCache:true});
var dsArticlesvatech = new Spry.Data.XMLDataSet(null, "//item", {useCache:true});


 
 
 

/* This listens for new tab click notifications and then fires up spry. */
function tabClickedListener(indexclicked) {
	switch (indexclicked) {
		case (3):
			if (dsArticles.getURL() == null) {
				dsArticles.setURL("http://" + origserver + "/media/paper" + paper_id + "/template/articles.rss");
				dsArticles.loadData();
			}
			break;
		case (4):
			if (dsArticlesNational.getURL() == null) {
				dsArticlesNational.setURL("http://" + origserver + "/channel/rssfeed/zip/" + paperzip + "/");
				dsArticlesNational.loadData();
			}
			break;
		case (5):
			if (dsArticlesNationalNew.getURL() == null) {
				dsArticlesNationalNew.setURL("http://" + origserver + "/media/syndication/collegeheadlines/"+rssfilename+".rss");
				dsArticlesNationalNew.loadData();
			}
			break;
		case (-1):
			if (dsArticlesvatech.getURL() == null) {
				dsArticlesvatech.setURL("http://" + origserver + "/media/syndication/collegeheadlines/vatech.rss");
				dsArticlesvatech.loadData();
			}
			break;
		default:
			break;
	}
	
}

document.write('<div id="slider2_wrap">');
document.write('	<div class="pagination_wrap">');
document.write('		<div class="pagination" id="paginate-slider2">');
document.write('		<ul>');

	
		document.write('			<li><a title="Most Commented" id="tab_mc" class="" href="#" onclick="ContentSlider.turnpage(\'slider2\', 0); return false"><span>Most&nbsp;Commented</span></a></li>');		
		

	
		document.write('			<li><a title="Most Popular" id="tab_mp" class="" href="#" onclick="ContentSlider.turnpage(\'slider2\', 1); return false"><span>Most&nbsp;Popular</span></a></li>');
		

	
		document.write('			<li><a title="Most Emailed" id="tab_me" class="" href="#" onclick="ContentSlider.turnpage(\'slider2\', 2); return false"><span>Most&nbsp;Emailed</span></a></li>');
		

	
		document.write('			<li><a title="Current Issue Content" id="tab_ci" class="" href="#" onclick="ContentSlider.turnpage(\'slider2\', 3); return false"><span>Current&nbsp;Issue&nbsp;Content</span></a></li>');
		

	
		document.write('			<li><a title="Nearby Popular Content" id="tab_rc" class="" href="#" onclick="ContentSlider.turnpage(\'slider2\', 4); return false"><span>Nearby&nbsp;Popular&nbsp;Content</span></a></li>');
		

	
		document.write('			<li><a title="National Popular Content" id="tab_nc" class="" href="#" onclick="ContentSlider.turnpage(\'slider2\', 5); return false"><span>National&nbsp;Popular&nbsp;Content</span></a></li>');
		




//document.write('			<li><a rel="2" href="#" class="pagination_next" style="font-weight: bold;" onclick="ContentSlider.turnpage(\'slider2\', parseInt(this.getAttribute(\'rel\'))); return false"><img src="http://media.collegepublisher.com/media/assets/icons/fff/control_end.png" border="0" /></a></li>');
document.write('		  </ul>');
document.write('		<div style="clear: left;"></div>');
document.write('		</div>');
document.write('	</div>');
document.write('	<div class="lead_wrap">');
document.write('		<div id="slider2" class="contentslide">');




document.write('<div style="display: none;" class="contentdiv">');
document.write('	<div class="contentdiv_scroller">');
document.write('		<h3>Most Recently Commented</h3>				');

document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/Welcome/Hopkins.History.Mildly.Incestuous-2956563.shtml?reffeature=recentlycommentedstoriestab" class="popularStory"><div class=" RSSItemListRow">Hopkins history: mildly incestuous (1)</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2006/09/21/Opinion/Headon.Collision-2302527.shtml?reffeature=recentlycommentedstoriestab" class="popularStory"><div class="FlippyEvenRow RSSItemListRow">HeadOn collision (4)</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2004/09/17/Features/Tongue.Piercings.Body.Art.You.Can.Play.With-2244516.shtml?reffeature=recentlycommentedstoriestab" class="popularStory"><div class=" RSSItemListRow">Tongue piercings: body art you can play with (79)</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/04/26/Opinion/A.Plea.For.Freedom.In.The.Age.Of.Oversight-2884226.shtml?reffeature=recentlycommentedstoriestab" class="popularStory"><div class="FlippyEvenRow RSSItemListRow">A plea for freedom in the age of oversight (5)</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2004/03/05/Science/Genital.Mutilation.Affects.Women.Globally-2245313.shtml?reffeature=recentlycommentedstoriestab" class="popularStory"><div class=" RSSItemListRow">Genital mutilation affects women globally (2)</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2006/12/07/YourNewsLetter/How-To.Break.Up-2530498.shtml?reffeature=recentlycommentedstoriestab" class="popularStory"><div class="FlippyEvenRow RSSItemListRow">HOW TO BREAK UP (1)</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2006/02/10/Arts/Baltimores.Boys.Of.Baraka-2242509.shtml?reffeature=recentlycommentedstoriestab" class="popularStory"><div class=" RSSItemListRow">Baltimore\'s Boys of Baraka (2)</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2004/02/13/Arts/Indie.Mcs.Disgrace.HipHop.Underground-2245422.shtml?reffeature=recentlycommentedstoriestab" class="popularStory"><div class="FlippyEvenRow RSSItemListRow">Indie MC\'s disgrace hip-hop underground (5)</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/02/22/Features/Tio-Pepe.Shines.At.Restaurant.Week.2007-2738794.shtml?reffeature=recentlycommentedstoriestab" class="popularStory"><div class=" RSSItemListRow">Tio Pepe shines at Restaurant Week 2007 (1)</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/03/08/News/Fas-Begins.With.Panel.On.Human.Trafficking-2769510.shtml?reffeature=recentlycommentedstoriestab" class="popularStory"><div class="FlippyEvenRow RSSItemListRow">FAS begins with panel on human trafficking (1)</div></a>');

			
document.write('	</div>');
document.write('	<div class="linkbar">');
document.write('		Select an article from the above list');
document.write('	</div>');
document.write('</div>');
		


document.write('<div style="display: none;" class="contentdiv">');
document.write('	<div class="contentdiv_scroller">');
document.write('		<h3>Most Popular</h3>				');

document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/Welcome/Welcome.To.The.Classes.Of.11.And.10.And.09.And.08-2956561.shtml?reffeature=popuarstoriestab" class="popularStory"><div class=" RSSItemListRow">Welcome to the classes of \'11 and \'10 and \'09 and \'08</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/Welcome/Hopkins.History.Mildly.Incestuous-2956563.shtml?reffeature=popuarstoriestab" class="popularStory"><div class="FlippyEvenRow RSSItemListRow">Hopkins history: mildly incestuous</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/OnCampus/Just-Because.You.Go.To.Hopkins.Doesnt.Mean.Youre.Street.Smart-2956685.shtml?reffeature=popuarstoriestab" class="popularStory"><div class=" RSSItemListRow">Just because you go to Hopkins doesn\'t mean you\'re street smart</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/Academics/Stolen.Exams.Elaborate.Schemes.The.Truth.About.Cutthroat.Culture-2956688.shtml?reffeature=popuarstoriestab" class="popularStory"><div class="FlippyEvenRow RSSItemListRow">Stolen exams, elaborate schemes: the truth about cutthroat culture</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/OnCampus/Bme-Mse.Aptt.For.Gods.Sake.What.Does.It.All.Mean-2956608.shtml?reffeature=popuarstoriestab" class="popularStory"><div class=" RSSItemListRow">BME? MSE? APTT? For God\'s sake, what does it all mean?</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/Welcome/Events.You.Cant.Afford.To.Miss-2956562.shtml?reffeature=popuarstoriestab" class="popularStory"><div class="FlippyEvenRow RSSItemListRow">Events you can\'t afford to miss</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/OnCampus/Dorm-Life.Is.The.Good.Life.Despite.Communal.Bathrooms-2956566.shtml?reffeature=popuarstoriestab" class="popularStory"><div class=" RSSItemListRow">Dorm life is the good life, despite communal bathrooms</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/Academics/Nothing.To.Declare.Consider.These.Majors-2956689.shtml?reffeature=popuarstoriestab" class="popularStory"><div class="FlippyEvenRow RSSItemListRow">Nothing to declare? Consider these majors</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/OnCampus/Greek.Life.How.To.Don.A.Toga.Without.Looking.Stupid-2956683.shtml?reffeature=popuarstoriestab" class="popularStory"><div class=" RSSItemListRow">Greek life: How to don a toga without looking stupid</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/OnCampus/What-To.Do.If.You.Find.Yourself.Holed.Up.With.A.Psychopath-2956681.shtml?reffeature=popuarstoriestab" class="popularStory"><div class="FlippyEvenRow RSSItemListRow">What to do if you find yourself holed up with a psychopath</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/OnCampus/The-Pop.Tart.Life.How.To.Avoid.The.Freshman.Fifteen-2956684.shtml?reffeature=popuarstoriestab" class="popularStory"><div class=" RSSItemListRow">The Pop Tart life: How to avoid the freshman fifteen</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/Academics/Spice.Up.Your.Schedule.With.Some.Of.Hopkins.Wackier.Courses-2956691.shtml?reffeature=popuarstoriestab" class="popularStory"><div class="FlippyEvenRow RSSItemListRow">Spice up your schedule with some of Hopkins\' wackier courses</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/Distractions/Revitalized.Charles.Village.A.Bourgeoning.College.Town-2956694.shtml?reffeature=popuarstoriestab" class="popularStory"><div class=" RSSItemListRow">Revitalized Charles Village, a bourgeoning college town</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/OnCampus/Administration.Tree.People.You.Should.Know-2956677.shtml?reffeature=popuarstoriestab" class="popularStory"><div class="FlippyEvenRow RSSItemListRow">Administration tree: People you should know</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/Academics/The-Library.And.Other.Places.To.Study.or.Procrastinate-2956686.shtml?reffeature=popuarstoriestab" class="popularStory"><div class=" RSSItemListRow">The library and other places to study...or procrastinate</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/OnCampus/Clubs.Like.Match.com.Are.For.Meeting.People-2956679.shtml?reffeature=popuarstoriestab" class="popularStory"><div class="FlippyEvenRow RSSItemListRow">Clubs, like Match.com, are for meeting people</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/OnCampus/For-Fast.HassleFree.Dining.Campus.Food.Is.The.Best-2956568.shtml?reffeature=popuarstoriestab" class="popularStory"><div class=" RSSItemListRow">For fast, hassle-free dining, campus food is the best</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/Academics/Covered.Grades.Are.Awesome.If.You.Pass-2956687.shtml?reffeature=popuarstoriestab" class="popularStory"><div class="FlippyEvenRow RSSItemListRow">Covered grades are awesome, if you pass</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/OnCampus/Ready.To.Cheer.Like.A.Champ.A.Guide.To.The.Smokin.Jays-2956682.shtml?reffeature=popuarstoriestab" class="popularStory"><div class=" RSSItemListRow">Ready to cheer like a champ? A guide to the smokin\' Jays</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/Distractions/Beyond.The.Fraternity.Lies.A.Heap.Of.Nightlife.Alternatives-2956696.shtml?reffeature=popuarstoriestab" class="popularStory"><div class="FlippyEvenRow RSSItemListRow">Beyond the fraternity lies a heap of nightlife alternatives</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/Academics/Timing.Is.Everything.When.You.Apply.To.Grad.School-2956693.shtml?reffeature=popuarstoriestab" class="popularStory"><div class=" RSSItemListRow">Timing is everything when you apply to grad school</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/Distractions/Explore.The.Myriad.Neighborhoods.Of.Charm.City-2956695.shtml?reffeature=popuarstoriestab" class="popularStory"><div class="FlippyEvenRow RSSItemListRow">Explore the myriad neighborhoods of Charm City</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/Academics/PreProfessional.Advising.Keeps.You.Ahead.Of.The.Game-2956692.shtml?reffeature=popuarstoriestab" class="popularStory"><div class=" RSSItemListRow">Pre-Professional Advising keeps you ahead of the game</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/OnCampus/Stick.It.To.The.Corporations.Buy.Discount.Textbooks-2956678.shtml?reffeature=popuarstoriestab" class="popularStory"><div class="FlippyEvenRow RSSItemListRow">Stick it to the corporations, buy discount textbooks</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/Academics/Despite.The.Range.Of.Job.Options.Long.Applications.Are.Unavoidable-2956690.shtml?reffeature=popuarstoriestab" class="popularStory"><div class=" RSSItemListRow">Despite the range of job options, long applications are unavoidable</div></a>');

			
document.write('	</div>');
document.write('	<div class="linkbar">');
document.write('		Select an article from the above list');
document.write('	</div>');
document.write('</div>');
		


document.write('<div style="display: none;" class="contentdiv">');
document.write('	<div class="contentdiv_scroller">');
document.write('		<h3>Most Emailed</h3>				');

document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/Academics/Stolen.Exams.Elaborate.Schemes.The.Truth.About.Cutthroat.Culture-2956688.shtml?reffeature=mostemailedtab" class="popularStory"><div class=" RSSItemListRow">Stolen exams, elaborate schemes: the truth about cutthroat culture</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/OnCampus/Just-Because.You.Go.To.Hopkins.Doesnt.Mean.Youre.Street.Smart-2956685.shtml?reffeature=mostemailedtab" class="popularStory"><div class="FlippyEvenRow RSSItemListRow">Just because you go to Hopkins doesn\'t mean you\'re street smart</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/Welcome/Welcome.To.The.Classes.Of.11.And.10.And.09.And.08-2956561.shtml?reffeature=mostemailedtab" class="popularStory"><div class=" RSSItemListRow">Welcome to the classes of \'11 and \'10 and \'09 and \'08</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/Welcome/Events.You.Cant.Afford.To.Miss-2956562.shtml?reffeature=mostemailedtab" class="popularStory"><div class="FlippyEvenRow RSSItemListRow">Events you can\'t afford to miss</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/Welcome/Hopkins.History.Mildly.Incestuous-2956563.shtml?reffeature=mostemailedtab" class="popularStory"><div class=" RSSItemListRow">Hopkins history: mildly incestuous</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/Academics/The-Library.And.Other.Places.To.Study.or.Procrastinate-2956686.shtml?reffeature=mostemailedtab" class="popularStory"><div class="FlippyEvenRow RSSItemListRow">The library and other places to study...or procrastinate</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/Academics/Covered.Grades.Are.Awesome.If.You.Pass-2956687.shtml?reffeature=mostemailedtab" class="popularStory"><div class=" RSSItemListRow">Covered grades are awesome, if you pass</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/Academics/Nothing.To.Declare.Consider.These.Majors-2956689.shtml?reffeature=mostemailedtab" class="popularStory"><div class="FlippyEvenRow RSSItemListRow">Nothing to declare? Consider these majors</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/Academics/Despite.The.Range.Of.Job.Options.Long.Applications.Are.Unavoidable-2956690.shtml?reffeature=mostemailedtab" class="popularStory"><div class=" RSSItemListRow">Despite the range of job options, long applications are unavoidable</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/Academics/Spice.Up.Your.Schedule.With.Some.Of.Hopkins.Wackier.Courses-2956691.shtml?reffeature=mostemailedtab" class="popularStory"><div class="FlippyEvenRow RSSItemListRow">Spice up your schedule with some of Hopkins\' wackier courses</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/Academics/PreProfessional.Advising.Keeps.You.Ahead.Of.The.Game-2956692.shtml?reffeature=mostemailedtab" class="popularStory"><div class=" RSSItemListRow">Pre-Professional Advising keeps you ahead of the game</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/Academics/Timing.Is.Everything.When.You.Apply.To.Grad.School-2956693.shtml?reffeature=mostemailedtab" class="popularStory"><div class="FlippyEvenRow RSSItemListRow">Timing is everything when you apply to grad school</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/Distractions/Revitalized.Charles.Village.A.Bourgeoning.College.Town-2956694.shtml?reffeature=mostemailedtab" class="popularStory"><div class=" RSSItemListRow">Revitalized Charles Village, a bourgeoning college town</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/Distractions/Explore.The.Myriad.Neighborhoods.Of.Charm.City-2956695.shtml?reffeature=mostemailedtab" class="popularStory"><div class="FlippyEvenRow RSSItemListRow">Explore the myriad neighborhoods of Charm City</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/Distractions/Beyond.The.Fraternity.Lies.A.Heap.Of.Nightlife.Alternatives-2956696.shtml?reffeature=mostemailedtab" class="popularStory"><div class=" RSSItemListRow">Beyond the fraternity lies a heap of nightlife alternatives</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/Distractions/Experience.Baltimores.Historic.Cinemas.Or.Massive.Multiplexes-2956697.shtml?reffeature=mostemailedtab" class="popularStory"><div class="FlippyEvenRow RSSItemListRow">Experience Baltimore\'s historic  cinemas or massive multiplexes</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/Distractions/Baltimore.Museum.Of.Art.Offers.A.Welcome.Cultural.Experience-2956698.shtml?reffeature=mostemailedtab" class="popularStory"><div class=" RSSItemListRow">Baltimore Museum of Art offers a welcome cultural experience</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/OnCampus/Dorm-Life.Is.The.Good.Life.Despite.Communal.Bathrooms-2956566.shtml?reffeature=mostemailedtab" class="popularStory"><div class="FlippyEvenRow RSSItemListRow">Dorm life is the good life, despite communal bathrooms</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/OnCampus/For-Fast.HassleFree.Dining.Campus.Food.Is.The.Best-2956568.shtml?reffeature=mostemailedtab" class="popularStory"><div class=" RSSItemListRow">For fast, hassle-free dining, campus food is the best</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/OnCampus/Bme-Mse.Aptt.For.Gods.Sake.What.Does.It.All.Mean-2956608.shtml?reffeature=mostemailedtab" class="popularStory"><div class="FlippyEvenRow RSSItemListRow">BME? MSE? APTT? For God\'s sake, what does it all mean?</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/OnCampus/Administration.Tree.People.You.Should.Know-2956677.shtml?reffeature=mostemailedtab" class="popularStory"><div class=" RSSItemListRow">Administration tree: People you should know</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/OnCampus/Stick.It.To.The.Corporations.Buy.Discount.Textbooks-2956678.shtml?reffeature=mostemailedtab" class="popularStory"><div class="FlippyEvenRow RSSItemListRow">Stick it to the corporations, buy discount textbooks</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/OnCampus/Clubs.Like.Match.com.Are.For.Meeting.People-2956679.shtml?reffeature=mostemailedtab" class="popularStory"><div class=" RSSItemListRow">Clubs, like Match.com, are for meeting people</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/OnCampus/What-To.Do.If.You.Find.Yourself.Holed.Up.With.A.Psychopath-2956681.shtml?reffeature=mostemailedtab" class="popularStory"><div class="FlippyEvenRow RSSItemListRow">What to do if you find yourself holed up with a psychopath</div></a>');
document.write('<a href="http://www.jhunewsletter.com/news/2007/09/06/OnCampus/Ready.To.Cheer.Like.A.Champ.A.Guide.To.The.Smokin.Jays-2956682.shtml?reffeature=mostemailedtab" class="popularStory"><div class=" RSSItemListRow">Ready to cheer like a champ? A guide to the smokin\' Jays</div></a>');

			
document.write('	</div>');
document.write('	<div class="linkbar">');
document.write('		Select an article from the above list');
document.write('	</div>');
document.write('</div>');
		


document.write('<div style="display: none;" class="contentdiv">');
document.write('	<div class="contentdiv_scroller">');
document.write('		<h3 >Current ' + sectioncategory + ' Stories</h3>				');


document.write('		<div class="syndicationdisplaybox" id="localsyndicationbox">');
document.write('   		<div id="RSSItemsListLocal" spry:region="dsArticles" class="SpryHiddenRegion RSSItemsList">');
document.write('     		<div spry:state="ready" spry:repeat="dsArticles">');
document.write('     			<div spry:choose="spry:choose">');
document.write('     	   		<div spry:when="{ds_RowNumber}%2 != 0" class="FlippyEvenRow RSSItemListRow" onclick="document.location=\'{link}?reffeature=currentstoriestab\';" spry:selectgroup="itemsList" spry:select="SelectedListBoxItem" spry:hover="ListBoxItemHover">');
document.write('       		   	<div class="SubjectColumn" title="{description}">{title}</div>');
document.write('       			</div>');
document.write('           	<div spry:default="spry:default" class="RSSItemListRow" onclick="document.location=\'{link}?reffeature=currentstoriestab\';" spry:selectgroup="itemsList" spry:select="SelectedListBoxItem" spry:hover="ListBoxItemHover">');
document.write('             	<div class="SubjectColumn" title="{description}">{title}</div>');
document.write('           	</div>');
document.write('         	</div>');
document.write('       	</div>');
document.write('				<table spry:state="ready" spry:if="{ds_RowCount} == 0" class="RSSItemListFeedback"><tr><td valign="middle">Feed contains no items.</td></tr></table>');
document.write('				<table spry:state="loading" class="RSSItemListFeedback"><tr><td class="RSSItemListLoading" valign="middle"><img src="/media/assets/images/collegeheadlines/loading.gif" border="0" /></td></tr></table>');
document.write('       	<table spry:state="error" class="RSSItemListFeedback"><tr><td valign="middle">Failed to load feed items.</td></tr></table>');
document.write('     	</div>');
document.write(' 			<div class="ClearAll">&nbsp;</div>');
document.write('		</div>');
document.write('	</div>');

document.write('	<div class="linkbar">');
document.write('		Select an article from the above list');
document.write('	</div>');
document.write('</div>');
		


document.write('<div style="display: none;" class="contentdiv">');
document.write('	<div class="contentdiv_scroller">');

document.write('		<h3>Nearby College ' + nationalcategoryname + '</h3>');

document.write('		<div class="syndicationdisplaybox" id="nationalsyndicationbox">');
document.write('    	<div id="RSSItemsListNational" spry:region="dsArticlesNational" class="SpryHiddenRegion RSSItemsList">');
document.write('        <div spry:state="ready" spry:repeat="dsArticlesNational">');
document.write('          <div spry:choose="spry:choose">');
document.write('            <div spry:when="{ds_RowNumber}%2 != 0" class="FlippyEvenRow RSSItemListRow" onclick="document.location=\'{link}&reffeature=nearbystoriestab\';" spry:selectgroup="itemsList" spry:select="SelectedListBoxItem" spry:hover="ListBoxItemHover">');
document.write('            	<div class="SubjectColumn" title="{description}"><span spry:if="{collegepublisher:ishot} == 1" class="slider2_hot"><strong>Hot Article! </strong></span>{title}<br /> <div class="RSSItemListSchool">{collegepublisher:schoolname}, {collegepublisher:state}</div></div>');
document.write('            </div>');
document.write('            <div spry:default="spry:default" class="RSSItemListRow" onclick="document.location=\'{link}&reffeature=nearbystoriestab\';" spry:selectgroup="itemsList" spry:select="SelectedListBoxItem" spry:hover="ListBoxItemHover">');
document.write('              <div class="SubjectColumn" title="{description}"><span spry:if="{collegepublisher:ishot} == 1" class="slider2_hot"><strong>Hot Article! </strong></span>{title}<br /> <div class="RSSItemListSchool">{collegepublisher:schoolname}, {collegepublisher:state}</div></div>');
document.write('            </div>');
document.write('          </div>');
document.write('        </div>');
document.write('        <table spry:state="ready" spry:if="{ds_RowCount} == 0" class="RSSItemListFeedback"><tr><td valign="middle">Feed contains no items.</td></tr></table>');
document.write('				<table spry:state="loading" class="RSSItemListFeedback"><tr><td class="RSSItemListLoading" valign="middle"><img src="/media/assets/images/collegeheadlines/loading.gif" border="0" /></td></tr></table>');
document.write('        <table spry:state="error" class="RSSItemListFeedback"><tr><td valign="middle">Failed to load feed items.</td></tr></table>');
document.write('     	</div>');
document.write(' 			<div class="ClearAll">&nbsp;</div>');
document.write('		</div>');
document.write('	</div>');

document.write('	<div class="linkbar">');
document.write('		<a href="http://media.' + paper_domain + '/' + collegeheadlineslink + '&zip=' + paperzip + '&reffeature=nearbystoriestabviewall" title="View All Nearby College News"><img src="http://media.collegepublisher.com/media/assets/icons/fff/bullet_go.png" alt="icon" border="0" />View All Nearby College ' + nationalcategoryname + '</a>');
document.write('	</div>');
document.write('</div>');
		


document.write('<div style="display: none;" class="contentdiv">');
document.write('	<div class="contentdiv_scroller">');
document.write('		<h3>National College ' + nationalcategoryname + '</h3>');
document.write('		<div class="syndicationdisplaybox" id="nationalsyndicationboxnew">');
document.write('      <div id="RSSItemsListNationalnew" spry:region="dsArticlesNationalNew" class="SpryHiddenRegion RSSItemsList">');
document.write('        <div spry:state="ready" spry:repeat="dsArticlesNationalNew">');
document.write('          <div spry:choose="spry:choose">');
document.write('            <div spry:when="{ds_RowNumber}%2 != 0" class="FlippyEvenRow RSSItemListRow" onclick="document.location=\'{link}&reffeature=nationalstoriestab\';" spry:selectgroup="itemsList" spry:select="SelectedListBoxItem" spry:hover="ListBoxItemHover">');
document.write('              <div class="SubjectColumn" title="{description}"><span spry:if="{collegepublisher:ishot} == 1" class="slider2_hot"><strong>Hot Article! </strong></span>{title}<br /> <div class="RSSItemListSchool">{collegepublisher:schoolname}, {collegepublisher:state}</div></div>');
document.write('            </div>');
document.write('            <div spry:default="spry:default" class="RSSItemListRow" onclick="document.location=\'{link}&reffeature=nationalstoriestab\';" spry:selectgroup="itemsList" spry:select="SelectedListBoxItem" spry:hover="ListBoxItemHover">');
document.write('              <div class="SubjectColumn" title="{description}"><span spry:if="{collegepublisher:ishot} == 1" class="slider2_hot"><strong>Hot Article! </strong></span>{title}<br /> <div class="RSSItemListSchool">{collegepublisher:schoolname}, {collegepublisher:state}</div></div>');
document.write('            </div>');
document.write('          </div>');
document.write('        </div>');
document.write('        <table spry:state="ready" spry:if="{ds_RowCount} == 0" class="RSSItemListFeedback"><tr><td valign="middle">Feed contains no items.</td></tr></table>');
document.write('        <table spry:state="loading" class="RSSItemListFeedback"><tr><td class="RSSItemListLoading" valign="middle"><img src="/media/assets/images/collegeheadlines/loading.gif" border="0" /></td></tr></table>');
document.write('        <table spry:state="error" class="RSSItemListFeedback"><tr><td valign="middle">Failed to load feed items.</td></tr></table>');
document.write('     	</div>');
document.write(' 			<div class="ClearAll">&nbsp;</div>');
document.write('		</div>');
document.write('	</div>');


document.write('	<div class="linkbar">');
document.write('		<a href="http://media.' + paper_domain + '/' + collegeheadlineslink + '&zip=all&reffeature=nationalstoriestabviewall" title="View All National ' + nationalcategoryname + ' News"><img src="http://media.collegepublisher.com/media/assets/icons/fff/bullet_go.png" alt="icon" border="0" />View All National College ' + nationalcategoryname + '</a>');
document.write('	</div>');
document.write('</div>');
		



document.write('				</div>');
document.write('			</div>');
document.write('	</div>');
// This starts the rotation and sets the duration of tab to the milliseconds defined in the 2nd param.
ContentSlider("slider2", 12000);