////**********************************************************
//// If you want to add a SWAT download link to your website *
//// that is always pointing to the latest version of the    *
//// map, paste this line of HTML code at the location in    *
//// your page's body where you want the link to appear.     *
/*//                                                         *

<script language=javascript src=http://redscull.com/swat/link.js></script>
<script>SWAT_Download();</script>

*///                                                         *
////**********************************************************

var v_Replays = '1.11';
var v_Text = 'B100206';
var v_Size = '2.12 MB';
var v_Date = 'February 6, 2010';
var v_URLw = 'SwatAfterB100206.w3x';
var v_URL  = 'war3-after13-official.zip';
var v_Www  = 'http://night.org/storage/';
//var SwatHover = 'SWAT: Aftermath v'+v_Text+'&#13;'+v_Date+' ('+v_Size+')';
var SwatHover = 'SWAT: Aftermath '+v_Text+' (beta) &#13;'+v_Date+' ('+v_Size+')';

function vText() {
  document.write(v_Text);
}

function vInfo() {
  document.write(v_Size + ' - ' + v_Date);
}

function vURL(description, hovertext, official) {
  var url = v_Www + v_URLw;
  if (hovertext != null) {
    hovertext = 'title="'+hovertext+'"';
  } else {
    hovertext = '';
  }
  document.writeln('<a href="'+url+'"'+hovertext+'>'+ description + '</a>');
}

function SWAT_Download() {
  vURL('SWAT: Aftermath v' + v_Text, SwatHover);
}