// JavaScript Document
// Contains the variables for the your site pages
// Change the variables; ensure that you do NOT overwrite the quotation marks.
// Save the file but DO NOT change the name
//In the Dreamweaver files panel with your site open, move this page (variables.js) into your site folder.  By default it is in the templates folder


copyright = "2008";

// Google Analytics Code
document.write(unescape("%3Cscript src='http://www.google-analytics.com/urchin.js' type='text/javascript'%3E"));
document.write(unescape("%3C/script%3E"));
document.write(unescape("%3Cscript type='text/javascript'%3E"));
document.write("_uacct = \"UA-4424348-1\";");
document.write("_udn = \"mona.uwi.edu\";");
document.write("urchinTracker();");
document.write(unescape("%3C/script%3E"));
