﻿/// for this to work; images need to be served over HTTPS - OR - evalution of URL / PORT 
/// needs to be done to calculate appropriate graphic source at load time ... up to you

var headerImg = "<a href=\"http://www.orsymphony.org/index.aspx\"><img src=\"https://www.oregonsymphony.com/images/home/1011/1011_os_logo_header_tnew.gif\" alt=\"Oregon Symphony\"></a><br>";
var menuHTML = "<table align=\"center\" width=\"650\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td width=\"67\"><a href=\"http://www.orsymphony.org/index.aspx\" title=\"Open Home page\">Home</a></td><td width=\"87\"><a href=\"http://tickets.orsymphony.org/Default.aspx\" title=\"Open Calendar page.\">Calendar</a></td><td width=\"88\"><a href=\"http://tickets.orsymphony.org/single/EventListing.aspx\" title=\"Open Concert Events page.\">Concerts</a></td><td width=\"124\"><a href=\"http://tickets.orsymphony.org/subscription/packages.aspx\" title=\"Open Season Tickets page\">Season Tickets</a></td><td width=\"93\"><a href=\"http://www.orsymphony.org/orchestra/\" title=\"Open the Orchestra page\">Orchestra</a></td><td width=\"75\"><a href=\"http://www.orsymphony.org/getinvolved/\" title=\"Help support the Oregon Symphony\">Donate</a></td><td width=\"77\"><a href=\"http://www.orsymphony.org/contact/\" target=\"_blank\" title=\"Send the Oregon Symphony a note\" >Contact Us</a></td></tr></table>";

document.write(headerImg + "<br/>" + menuHTML + "<br/>");
 