// NOTE: If you use a ' add a slash before it like this \'
thisURL = parent.document.URL
previousURL = thisURL.substring(0, 22)
   if (previousURL == "http://www.canalum.com") {
document.write('<FORM><INPUT TYPE="button" VALUE="Back" onClick="history.go(-1);return true;"></FORM>');
}
