﻿/// 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 the Oregon Symphony home page\">Home</a></td><td width=\"87\"><a href=\"http://tickets.orsymphony.org/Default.aspx\" title=\"Go to Oregon Symphony calendar page\">Calendar</a></td><td width=\"88\"><a href=\"http://tickets.orsymphony.org/single/EventListing.aspx\" title=\"Open the Oregon Symphony concert events page.\">Concerts</a></td><td width=\"118\"><a href=\"http://www.orsymphony.org/concerts/1011/index.aspx\" title=\"Open the Oregon Symphony subscriptions page\">Subscriptions</a></td><td width=\"90\"><a href=\"http://tickets.orsymphony.org/subscription/renewal.aspx\" title=\"Start Oregon Symphony subscription renewal\">Renewals</a></td><td width=\"93\"><a href=\"http://www.orsymphony.org/orchestra/\" title=\"Open the Oregon Symphony 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/>");
 