// This JavaScript file contains the content to be written to the head tag on every page

//Uncomment next line before uploading to production server

var BASE_PATH = "http://www.brycvolleyballclub.org";

//var BASE_PATH = "http://dev.brycvolleyballclub.org/club";

//var BASE_PATH = "http://blaze.brycvolleyballclub.org/bryan";

//var BASE_PATH = "..";

//var LOGO_TYPE = "image/png";

var LOGO_TYPE = "image/gif";

var LOGO      = BASE_PATH + "/images/logoLight.gif";

//var LOGO      = BASE_PATH + "/images/logoV.gif";

//var LOGO      = BASE_PATH + "/images/logo.png";

var LOGO1      = BASE_PATH + "/images/logo1.png";



document.write("<link rel='icon' type='" + LOGO_TYPE + "' href='" + LOGO + "'>");

document.write("<meta name='Description' content='BRYC Volleyball Website' />");

document.write("<meta name='Keywords' content='BRYC, Northern Virigina, Club Volleyball, Braddock Road, Braddock Road Volleyball, BRYC Volleyball, BRYC VBall, Braddock Road Youth Club, Volleyball, Virginia' />");

document.write("<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1' />");

document.write("<meta name='Distribution' content='Global' />");

document.write("<meta name='Author' content='Bryan Davis - info@brycvolleyballclub.org' />");

// Put this back in if you really don't want someone crawling your site but, really, most people ignore them anyway

//document.write("<meta name=\"Robots\" content=\"index,follow\" />");

document.write("<script type='text/javascript' src='/js/chrome.js'> </script>");

document.write("<script src='/ajax_utils/js/Tournaments.js' type='text/javascript'></script>");

document.write("<link rel='stylesheet' href='" + BASE_PATH + "/css/Blue.css' type='text/css' />");

document.write("<title>Braddock Road Volleyball Club</title>");