    var dropdown = ""; // set as global variable
	dropdown = ""; // clear the string
	dropdown += "<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">";
	dropdown += "<tr style=\"height: 0px; background-image: url(http://www.culturahq.com/images/topnavi_img/HeaderBG.png); background-repeat: repeat-x\">";
	dropdown += "<td valign=\"top\">"; 
	dropdown += " <table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\">";
	dropdown += "<tr>";
    dropdown += "<td width=\"170\" height=\"43\"><a href=\"/\"><img src=\"http://www.culturahq.com/tumblr_blog/images/aug2011/toolbar-jasonlorimer.png\"  border=\"0\"  /></a></td>";
    dropdown += "<td align=\"center\"><img src=\"http://www.culturahq.com/tumblr_blog/images/aug2011/toolbar-jasonlorimer_midtext.png\" border=\"0\" /></td>";
    dropdown += "<td width=\"187\" align=\"right\" height=\"43\"><a href=\"http://blog.culturahq.com/post/11777132297/what-do-you-do\" style=\"height:43px; display:block\">";
	dropdown += "<img src=\"http://www.culturahq.com/tumblr_blog/images/aug2011/toolbar-jasonlorimer_howcanihelp.png\" border=\"0\" height=\"43\" /></a></td>";
    dropdown += "</tr>";
	dropdown += "</table></td>";
	dropdown += "</tr>";
	dropdown += "</table>";
document.write(dropdown);
