// 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 November Webinar: Financial Statements";
headline_01_link = "Maine/pdfs/November 18th Webinar.pdf";

headline_02 = "- Bernstein Shur Continues Growth with the Addition of Three New Associates";
headline_02_link = "http://www.myjobwave.com/Advisor/ViewArticle.asp?link=http://hradvisor.employmenttimesonline.com/raw.php?ID=1270";

headline_03 = "- Local Workforce Group Planning Breakfast Forum in Skowhegan";
headline_03_link = "http://www.myjobwave.com/Advisor/ViewArticle.asp?link=http://hradvisor.employmenttimesonline.com/raw.php?ID=1266";

headline_04 = "- Designing Women Host Freeport Show to Benefit Women, Work & Community";
headline_04_link = "http://www.myjobwave.com/Advisor/ViewArticle.asp?link=http://hradvisor.employmenttimesonline.com/raw.php?ID=1260";

headline_05 = "- Notice Regarding Reduction in Extended Unemployment Benefits";
headline_05_link = "http://www.myjobwave.com/Advisor/ViewArticle.asp?link=http://hradvisor.employmenttimesonline.com/raw.php?ID=1269";

headline_06 = "- Six Bernstein Shur Attorneys Named 2011 'Lawyers of the Year'";
headline_06_link = "http://www.myjobwave.com/Advisor/ViewArticle.asp?link=http://hradvisor.employmenttimesonline.com/raw.php?ID=1261";

headline_07 = "- Fifth Annual Best Places to Work in Maine Announces #1 Companies";
headline_07_link = "http://www.myjobwave.com/Advisor/ViewArticle.asp?link=http://hradvisor.employmenttimesonline.com/raw.php?ID=1252";

headline_08 = "- FAME's Annual Meeting, Showcase Maine, to be held";
headline_08_link = "http://www.myjobwave.com/Advisor/ViewArticle.asp?link=http://hradvisor.employmenttimesonline.com/raw.php?ID=1254";

headline_09 = "- Investigation of Turner Computer Systems for Potential Employment Scam Involving New Hampshire Job Match System";
headline_09_link = "http://www.myjobwave.com/Advisor/ViewArticle.asp?link=http://hradvisor.employmenttimesonline.com/raw.php?ID=1255";

headline_10 = "- Submit Your Nominations For This Year's Maine HR Leader of the Year!";
headline_10_link = "http://www.myjobwave.com/Advisor/ViewArticle.asp?link=http://hradvisor.employmenttimesonline.com/raw.php?ID=1241";

headline_11 = "- Managing Workplace Safety & Risk With Medical Marijuana and Other Drugs";
headline_11_link = "Maine/pdfs/Medical Marijuana Brochure.pdf";

headline_12 = "- SHRM Maine State Council Makes History";
headline_12_link = "http://www.myjobwave.com/Advisor/ViewArticle.asp?link=http://hradvisor.employmenttimesonline.com/raw.php?ID=1230";

headline_13 = "- Morrell Family of Downeast Energy Wins Lumber Person of the Year Award";
headline_13_link = "http://www.myjobwave.com/Advisor/ViewArticle.asp?link=http://hradvisor.employmenttimesonline.com/raw.php?ID=1229";

headline_14 = "- Sneddon Hired as Executive Director for CWMEWIB";
headline_14_link = "http://www.myjobwave.com/Advisor/ViewArticle.asp?link=http://hradvisor.employmenttimesonline.com/raw.php?ID=1226";

headline_15 = "- Goodwill Industries of Northern New England Receives Champion of Employee Education Award";
headline_15_link = "http://www.myjobwave.com/Advisor/ViewArticle.asp?link=http://hradvisor.employmenttimesonline.com/raw.php?ID=1224";

headline_16 = "- Bernstein Shur Achieves High Rankings in 2010 'Best Law Firms' by U.S. News Media Group and Best Lawyers";
headline_16_link = "http://www.myjobwave.com/Advisor/ViewArticle.asp?link=http://hradvisor.employmenttimesonline.com/raw.php?ID=1223";

headline_17 = "- NH Continues to Lead Nation for Trust Services and Trust Service Jobs";
headline_17_link = "http://www.myjobwave.com/Advisor/ViewArticle.asp?link=http://hradvisor.employmenttimesonline.com/raw.php?ID=1222";








// 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();
