function w(text) { document.write(text) };
var months       = ["Special Edition",	// i.e., March | April
					"Special Edition",	// i.e., Mar/Apr
					"Special Edition",	// i.e., March April
					"2005/02",	// i.e., 2004/03
					"Volume 16 Number 2"];	// Issue info - Volume 16 Number 5
var leadoff      = ["Angie Anderson",	// Name i.e., Chris Stone
					"Vice President Applications and Services, Linux and Open Source Platforms"];	// Title i.e., CEO
var artPDFs      = ["leadoff_0205",	// Lead Off
					"bottomline_0205",	// Bottom Line
					"techtalk1_0205",	// TT_1
					"techtalk2_0205",	// TT_2
					"techtalk3_0205",	// TT_3
					"techtalk4_0205",	// TT_4
					"techtalk5_0205",	// TT_5
					"techtalk6_0205"]	// TT_6
var articles     = ["lead_off.html",	// Lead Off
					"bottom_line.html",	// Bottom Line
					"tech_talk_1.html",	// TT_1
					"tech_talk_2.html",	// TT_2
					"tech_talk_3.html",	// TT_3
					"tech_talk_4.html",	// TT_4
					"tech_talk_5.html",	// TT_5
					"tech_talk_6.html"]	// TT_6
var artNames     = ["LEAD OFF!",	// Lead Off
					"BOTTOM LINE",	// Bottom Line
					"TECH TALK #1",	// TT_1
					"TECH TALK #2",	// TT_2
					"TECH TALK #3",	// TT_3
					"TECH TALK #4",	// TT_4
					"TECH TALK #5",	// TT_5
					"TECH TALK #6"]	// TT_6
var artNamesLow  = ["Lead Off!",	// Lead Off
					"Bottom Line",	// Bottom Line
					"Tech Talk #1",	// TT_1
					"Tech Talk #2",	// TT_2
					"Tech Talk #3",	// TT_3
					"Tech Talk #4",	// TT_4
					"Tech Talk #5",	// TT_5
					"Tech Talk #6"]	// TT_6
var artAuthors   = ["Angie Anderson",	// Lead Off
					"Todd Swensen",	// Bottom Line
					"Jeffrey Harris",	// TT_1
					"Linda Kennard",	// TT_2
					"Stephanae Baker",	// TT_3
					"Peter Clegg &amp; Michael Wilkinson",	// TT_4
					"Amber Boehm",	// TT_5
					"Derek Adams, BrainStorm, Inc."]	// TT_6
var artImages    = ["lead_off_sm_lead.jpg",	// Lead Off
					"ncm_bottomline_sm.jpg",	// Bottom Line
					"ncm_tech_1_sm.jpg",	// TT_1
					"ncm_tech_2_sm.jpg",	// TT_2
					"ncm_tech_3_sm.jpg",	// TT_3
					"ncm_tech_4_sm.jpg",	// TT_4
					"ncm_tech_5_sm.jpg",	// TT_5
					"ncm_tech_6_sm.jpg"]	// TT_6
var artImageslg  = ["lead_off.jpg",	// Lead Off
					"ncm_bottomline.jpg",	// Bottom Line
					"ncm_tech_1.jpg",	// TT_1
					"ncm_tech_2.jpg",	// TT_2
					"ncm_tech_3.jpg",	// TT_3
					"ncm_tech_4.jpg",	// TT_4
					"ncm_tech_5.jpg",	// TT_5
					"ncm_tech_6.jpg"]	// TT_6
var artTitles    = ["",	// Lead Off
					"The Right Stuff",	// Bottom Line
					"Mission: Possible",	// TT_1
					"In Good Company",	// TT_2
					"Over and Over and Over and Over",	// TT_3
					"On a Roll",	// TT_4
					"Stop Dreaming",	// TT_5
					"To the Point"]	// TT_6
var subTitles    = ["",	// Lead Off
					"Novell Open Enterprise Server:<br>The Right Ingredient for Your Business Infrastructure",	// Bottom Line
					"Driving Identity in<br>Novell Open Enterprise Server",	// TT_1
					"Novell Open Enterprise Server Brings the Lexus of File Systems to Linux",	// TT_2
					"Novell Cluster Services",	// TT_3
					"When Two Worlds Collide<br>Migration and Deployment Strategies for Novell Open Enterprise Server",	// TT_4
					"You Have a Dream<br>Open Source-The ''Both Source'' Way",	// TT_5
					"Seeing the Big Picture<br>Open Enterprise Server Momentum"]	// TT_6
