// JavaScript Document
/* Script ©2009 John Davenport Scheuer
   as first seen in http://www.dynamicdrive.com/forums/
   username: jscheuer1 - This Notice Must Remain for Legal Use
   */
document.write('<div id="val_$_val"><\/div>');
(function(p, t){
 var links = [ // declare href: , text: , title: for each link -
  {href: 'http://robinsden.com/privacy.php', text: 'Privacy Policy', title: ''},
  {href: 'http://robinsden.com/termsofuse.php', text: 'Terms of use', title: ''},
  {href: 'http://robinsden.com/disclaimer.php', text: 'Disclaimer', title: ''},
  {href: 'http://validator.w3.org/check/referer', text: 'XHTML', title: 'This page validates as XHTML 1.0 Transitional'},
  {href: 'http://jigsaw.w3.org/css-validator/check/referer', text: 'CSS', title: 'This page validates as CSS'}
 ], a = [document.createElement('a')], y = new Date().getFullYear();
 p.appendChild(document.createTextNode(t.replace(/cnote/, 'Copyright \xa9' + y)));
 for(var i = 0; i < links.length; ++i){
  a[i].href = links[i].href;
  a[i].appendChild(document.createTextNode(links[i].text));
  a[i].title = links[i].title;
  p.appendChild(a[i]);
  if (i < links.length - 1){
   p.appendChild(document.createTextNode(' | '));
   a.push(a[0].cloneNode(0));
  }
 }
document.getElementById('val_$_val').appendChild(p);
})(document.createElement('p'),'cnote, Robin\'s Den - ');

