function message()
{
    alert("This alert box was called with the onload event");
}

//function counter(){

    var pkBaseURL = (("https:" == document.location.protocol) ? "https://www.dcmsyst.com/piwik/" : "http://www.dcmsyst.com/piwik/");
    document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
    piwik_action_name = pgname;
    piwik_idsite = 1;
    piwik_url = pkBaseURL + "piwik.php";
    piwik_log(piwik_action_name, piwik_idsite, piwik_url);

//}