// This script contains the URLs and images for the D.C. Sports Bog header.

// Please fill in the URLs below in the same format as the examples.

bog_left_url = 'http://www.washingtonpost.com/wp-dyn/content/video/2009/09/25/VI2009092501634.html'
// Example        'http://www.youtube.com/watch?v=Qj6_w9bgDXY'
// PLEASE NOTE; there is no .html at the end

bog_left_thumb = 'http://media.washingtonpost.com/wp-srv/special/sports/capspreview09/images/PH2009092501644.jpg'
// Example       'http://www.washingtonpost.com/wp-dyn/content/photo/2006/08/31/PH2006083101864.jpg'

bog_right_url = 'http://www.washingtonpost.com/wp-dyn/content/video/2009/09/30/VI2009093002305.html'
// Example      'http://www.youtube.com/watch?v=hgncIz-YKBc'

bog_right_thumb = 'http://media.washingtonpost.com/wp-dyn/content/photo/2009/10/02/PH2009100203345.jpg'
// Example        'http://www.washingtonpost.com/wp-dyn/content/photo/2006/09/01/PH2006090101273.jpg'

// DO NOT EDIT BELOW HERE

var bog_scripts = document.getElementsByTagName('script');
var bog_index = bog_scripts.length - 1;
var bog_myScript = bog_scripts[bog_index];
var bog_field = bog_myScript.src.replace(/^[^\?]+\??/,'');

if (bog_field == 'g')
   {
   document.write('<div class=\"border\"><a href=\"' + bog_left_url + '\"><img src=\"' + bog_left_thumb + '\" width=\"80\" height=\"72\" border=\"0\" alt=\"\" /></a></div><div style=\"clear:both;\"><span class=\"color1\">&raquo;</span> <a href=\"' + bog_left_url + '\">Caps: Off Ice</a></div>');
   }
else if (bog_field == 'v')
   {
   document.write('<div class=\"border\"><a href=\"' + bog_right_url +'\"><img src=\"' + bog_right_thumb + '\" width=\"80\" height=\"72\" border=\"0\" alt=\"\" /></a></div><div style=\"clear:both;\"><span class=\"color1\">&raquo;</span> <a href=\"' + bog_right_url + '\">Hockey or Die</a></div>');
   }
else
   {
   document.write();
   }

