function w(text) { document.write(text) };
var months       = ["July | August",	// i.e., March | April
					"Jul/Aug",	// i.e., Mar/Apr
					"July August",	// i.e., March April
					"2004/07"];	// i.e., 2004/03
var leadoff      = ["Robert Couture",	// Name i.e., Chris Stone
					"Vice President, Worldwide Services"];	// Title i.e., CEO
var artPDFs      = ["leadoff_0704",	// Lead Off
					"bottomline_0704",	// Bottom Line
					"proofpoint_0704",	// Proof Point
					"techtalk1_0704",	// TT_1
					"techtalk2_0704",	// TT_2
					"techtalk3_0704",	// TT_3
					"techtalk4_0704",	// TT_4
					"techtalk5_0704",	// TT_5
					"techtalk6_0704",	// TT_6
					"fineprint_0704"];	// Fine Print
var articles     = ["lead_off.html",	// Lead Off
					"bottom_line.html",	// Bottom Line
					"proof_point.html",	// Proof Point
					"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
					"fine_print.html"];	// Fine Print
var artNames     = ["LEAD OFF!",	// Lead Off
					"BOTTOM LINE",	// Bottom Line
					"PROOF POINT",	// Proof Point
					"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
					"FINE PRINT"];	// Fine Print
var artNamesLow  = ["Lead Off!",	// Lead Off
					"Bottom Line",	// Bottom Line
					"Proof Point",	// Proof Point
					"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
					"Fine Print"];	// Fine Print
var artAuthors   = ["Robert Couture",	// Lead Off
					"Kathryn J. Frandsen",	// Bottom Line
					"Liz Tanner",	// Proof Point
					"Bill Dunford",	// TT_1
					"Tay Kratzer",	// TT_2
					"Peter Kuo and Jim Henderson",	// TT_3
					"Linda Kennard",	// TT_4
					"Ronald Nutter",	// TT_5
					"Laura Chappell",	// TT_6
					"Novell Training Services"];	// Fine Print
var artImages    = ["rcouture_sm_lead.jpg",	// Lead Off
					"ncm_bottomline_sm.jpg",	// Bottom Line
					"ncm_proofpoint_sm.jpg",	// Proof Point
					"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
					"ncm_fineprint_sm.jpg"];	// Fine Print
var artTitles    = ["Welcome",	// Lead Off
					"Case Workers",	// Bottom Line
					"Protecting Patient Privacy",	// Proof Point
					"Building Blocks",	// TT_1
					"Tool Time",	// TT_2
					"Security With a Smile",	// TT_3
					"Mind Reading",	// TT_4
					"Server Upgrade",	// TT_5
					"Who's Watching Who?",	// TT_6
					"Get Your Head in the Game"];	// Fine Print
var subTitles    = ["",	// Lead Off
					"Novell Security and Identity Solutions",	// Bottom Line
					"Keeping Employee and Patient Data Safe",	// Proof Point
					"Making the Switch... the Novell Internal Open Desktop Initiative",	// TT_1
					"The Native Version of GroupWise 6.5 for Linux",	// TT_2
					"A Sneak Peek at a New Novell Press Title",	// TT_3
					"The BrainShare Network-Powered by SUSE Linux",	// TT_4
					"Take the First Look at SUSE Linux Enterprise Server 9",	// TT_5
					"Honeypots and Honeynets-Snooping the Snoops",	// TT_6
					"The New Novell Linux Certification and Training Options"];	// Fine Print

