// JavaScript Document


// THIS IS WHERE YOU EDIT THE HEADLINES AND LINKS in the "Recent News" section of the homepage. 
//		Keep everything to the right of the = sign, in double quotes.
//		Make sure that every line ends with a semicolon, as such ;
//		Links must start with http://www.....
//		Don'e edit anything below the giant line of forward slashes below. Thanks!

headline_01 = "- SHRM Maine State Council July 29th Webinar: Healthcare Reform";
headline_01_link = "http://hrtimesonline.com/Maine/pdfs/shrmjulywebinar.pdf";

headline_02 = "- Manpower Employment Outlook Survey Reveals Continued Momentum in U.S. Hiring Outlook Q3 2010";
headline_02_link = "http://press.manpower.com/portal-home-page-video/2010/manpower-employment-outlook-survey-reveals-continued-momentum-in-u-s-hiring-outlook-q3-2010/";

headline_03 = "- Legislation Removes Vacation Pay Penalty on Maine Unemployment Eligibility";
headline_03_link = "http://www.myjobwave.com/Advisor/ViewArticle.asp?link=http://careeradvisor.employmenttimesonline.com/raw.php?ID=1123";

headline_04 = "- NH & Microsoft Make an Investment in Technology Training";
headline_04_link = "http://www.myjobwave.com/Advisor/ViewArticle.asp?link=http://careeradvisor.employmenttimesonline.com/raw.php?ID=1127";

headline_05 = "- Comp Summit 2010";
headline_05_link = "http://www.myjobwave.com/JobSeekerX/ViewEvent.asp?EventID=416";

headline_06 = "- Springborn Staffing Acquires Accomplished Professionals";
headline_06_link = "http://www.myjobwave.com/Advisor/ViewArticle.asp?link=http://hradvisor.employmenttimesonline.com/raw.php?ID=1121";

headline_07 = "- CMA Hires Nancy Brook";
headline_07_link = "http://www.myjobwave.com/Advisor/ViewArticle.asp?link=http://hradvisor.employmenttimesonline.com/raw.php?ID=1115";

headline_08 = "- EJ Prescott Recognized for Commitment to Workplace Safety";
headline_08_link = "http://www.myjobwave.com/Advisor/ViewArticle.asp?link=http://hradvisor.employmenttimesonline.com/raw.php?ID=1113";

headline_09 = "- FISC Solutions' SVP Honored with State Award";
headline_09_link = "http://www.myjobwave.com/Advisor/ViewArticle.asp?link=http://hradvisor.employmenttimesonline.com/raw.php?ID=1112";

headline_10 = "- Electrical Safety in the Office Often Overlooked";
headline_10_link = "http://www.myjobwave.com/Advisor/ViewArticle.asp?link=http://hradvisor.employmenttimesonline.com/raw.php?ID=1107";

headline_11 = "- Work Healthy Award Presented to FISC Solutions";
headline_11_link = "http://www.myjobwave.com/Advisor/ViewArticle.asp?link=http://hradvisor.employmenttimesonline.com/raw.php?ID=1104";

headline_12 = "- Director of First Impressions: Creating the Networking Edge";
headline_12_link = "http://www.myjobwave.com/Advisor/ViewArticle.asp?link=http://hradvisor.employmenttimesonline.com/raw.php?ID=1090";

headline_13 = "- Twenty-two Greater Kennebec Valley Area Organizations Honored for Supporting Employee Higher Education";
headline_13_link = "http://www.myjobwave.com/Advisor/ViewArticle.asp?link=http://hradvisor.employmenttimesonline.com/raw.php?ID=1093";

headline_14 = "- Human Resources Association of Southern Maine Receives Distinguished Award";
headline_14_link = "http://www.myjobwave.com/Advisor/ViewArticle.asp?link=http://hradvisor.employmenttimesonline.com/raw.php?ID=1092";

headline_15 = "- Federal Unemployment Extension";
headline_15_link = "http://www.myjobwave.com/Advisor/ViewArticle.asp?link=http://careeradvisor.employmenttimesonline.com/raw.php?ID=1089";

headline_16 = "- Maine Human Resource Group Partners with the State to Kick Off 5th Annual 'Best Places to Work in Maine'";
headline_16_link = "http://www.myjobwave.com/Advisor/ViewArticle.asp?link=http://hradvisor.employmenttimesonline.com/raw.php?ID=1081";

headline_17 = "- Advancing Disability Employment";
headline_17_link = "http://www.myjobwave.com/Advisor/ViewArticle.asp?link=http://hradvisor.employmenttimesonline.com/raw.php?ID=1087";

headline_18 = "- Five Reasons to Keep Pay Equity on Your Radar Screen in 2010";
headline_18_link = "http://www.myjobwave.com/Advisor/ViewArticle.asp?link=http://hradvisor.employmenttimesonline.com/raw.php?ID=1064";


// DO NOT EDIT BELOW THIS LINE //////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////

////////////////////////////////////////////////////////////////////////////////////////////////

////////////////////////////////////////////////////////////////////////////////////////////////

////////////////////////////////////////////////////////////////////////////////////////////////

//This array puts together the titles of the news leadlines with their respective links. 
var news = new Array()
news[0] = '<a target="_blank" href="'+headline_01_link+'">'+headline_01+'</a>';
news[1] = '<a target="_blank" href="'+headline_02_link+'">'+headline_02+'</a>';
news[2] = '<a target="_blank" href="'+headline_03_link+'">'+headline_03+'</a>';
news[3] = '<a target="_blank" href="'+headline_04_link+'">'+headline_04+'</a>';
news[4] = '<a target="_blank" href="'+headline_05_link+'">'+headline_05+'</a>';
news[5] = '<a target="_blank" href="'+headline_06_link+'">'+headline_06+'</a>';
news[6] = '<a target="_blank" href="'+headline_07_link+'">'+headline_07+'</a>';
news[7] = '<a target="_blank" href="'+headline_08_link+'">'+headline_08+'</a>';
news[8] = '<a target="_blank" href="'+headline_09_link+'">'+headline_09+'</a>';
news[9] = '<a target="_blank" href="'+headline_10_link+'">'+headline_10+'</a>';
news[10] = '<a target="_blank" href="'+headline_11_link+'">'+headline_11+'</a>';
news[11] = '<a target="_blank" href="'+headline_12_link+'">'+headline_12+'</a>';
news[12] = '<a target="_blank" href="'+headline_13_link+'">'+headline_13+'</a>';
news[13] = '<a target="_blank" href="'+headline_14_link+'">'+headline_14+'</a>';
news[14] = '<a target="_blank" href="'+headline_15_link+'">'+headline_15+'</a>';
news[15] = '<a target="_blank" href="'+headline_16_link+'">'+headline_16+'</a>';
news[16] = '<a target="_blank" href="'+headline_17_link+'">'+headline_17+'</a>';
news[17] = '<a target="_blank" href="'+headline_18_link+'">'+headline_18+'</a>';
news[18] = '<a target="_blank" href="'+headline_19_link+'">'+headline_19+'</a>';


news.reverse();