//Get the current year for footer of each page
now = new Date
theYear=now.getYear();


/********** START NEWS **********/
function getGenericNews()
{

 return "<b>The College of Nurses of Ontario contracts SkilSure to provide an online solution for Nurses</b><br/><br/>"+
        "The purpose of the solution is to automate their Quality Assurance and Continuing Professional Development process..." +
        "<a border='0' href='./press_releases/031710.html'>Read more</a>";


}
function getRPNews()
{

 return "<b>The College of Nurses of Ontario contracts SkilSure to provide an online solution</b><br/><br/>"+
        "The purpose of the solution is to automate their Quality Assurance and Continuing Professional Development process..." +
        "<a border='0' href='./press_releases/031710.html'>Read more</a>";

}
function getCSNews()
{

 return "<b>Handheld, wireless functionality for SkilSure e-portfolio solution</b><br/><br/>"+
        "The SkilSure e-portfolio is now PDA compatible...."+
        "<a border='0' href='./press_releases/082708.html'>Read more</a>";
}
function getSANews()
{

 return "<b>Handheld, wireless functionality for SkilSure e-portfolio solution</b><br/><br/>"+
        "The SkilSure e-portfolio is now PDA compatible...."+
        "<a border='0' href='./press_releases/082708.html'>Read more</a>";
}

/**************** END NEWS *******************/


/*************** START CLIENTS ****************/

function getRPClients()
{
 return "<li><a href='http://www.cno.org/' target='_blank' border='0'>College of Nurses of Ontario</a></li>"+
          "<hr>"+
          "<li><a href='http://www.ocpinfo.com/' target='_blank' border='0'>Ontario College of Pharmacists</a></li>"+
          "<hr>"+
          "<li><a href='http://www.collegept.org/' target='_blank' border='0'>College of Physiotherapists of Ontario</a></li>"+
          "<hr>"+
          "<li><a href='http://www.crto.on.ca/' target='_blank' border='0'>College of Respiratory Therapists of Ontario</a></li>"+
          "<hr>"+
          "<li><a href='http://www.caslpo.com/' target='_blank' border='0'>College of Audiologists and Speech-Language Pathologists of Ontario</a></li>"+
          "<hr>"+
          "<li><a href='http://www.cdho.org/' target='_blank' border='0'>College of Dental Hygienists of Ontario</a></li>"+
          "<hr>"+
          "<li><a href='http://www.ocpinfo.com/' target='_blank' border='0'>Pharmacy Technicians of Ontario</a></li>";

}

function getCSClients()
{
 return "<li><a href='http://www.millercoors.com/' target='_blank' border='0'>Miller Coors</a></li>"+
         "<hr>"+
         "<li><a href='http://www.britishgas.co.uk/' target='_blank' border='0'>British Gas</a></li>"+
         "<hr> "+
         "<li><a href='http://www.veolia.com/en/' target='_blank' border='0'>Veolia Environnement</a></li>"+
         "<hr>"+
         "<li><a href='http://www.weyerhaeuser.com/' target='_blank' border='0'>Weyerhaeuser Canada</a></li>"+
         "<hr>"+
         "<li><a href='http://www.av-group.ca/' target='_blank' border='0'>AV Nackawic</a></li>"+
         "<hr>"+
         "<li><a href='http://www.ainsworthengineered.com/' target='_blank' border='0'>Ainsworth Engineered</a></li>";

}

function getAllClients() { return getRPClients() + "<hr>" + getCSClients(); }


/************** END CLIENTS *****************/