// 30-8-2010	ka	2010 version

bgkleur  = "#ffffce";
fgkleur  = "#991111";
festival = "<b>E-LIVE 2010</b>";
festdat	 = "<b>October 9th</b>";
bfont	 = "<font color='" + fgkleur + "'>";
efont	 = "</font>";
text	 = "<b>AIRSCULPTURE</b> | <b>PICTURE PALACE MUSIC</b> | <b>NATTEFROST</b> | <b>MARK JENKINS</b><br>";
text	+= "We will release a unique <a href='jump2.php?artnum=gr-170' target='_blank'>E-Live 2010 cd</a> which you can buy together with your ticket for only <b>SIX (6) EURO</b>! Order ticket and cd from the <a href='http://e-live.groove.nl' target='_blank''>E-Live website</a> now.";

document.write("<table ");
document.write("border='0' ");
document.write("width='660' ");
document.write("cellpadding='0' ");
document.write("cellspacing='3' ");
document.write("style='");
document.write("background-color: " + bgkleur + "; ");
document.write("border: 1px solid silver; ");
document.write("'");
document.write(">");

document.write("<tr>");

document.write("<td align='left' valign='top' NOWRAP width='110'>");
document.write("<a href='http://e-live.groove.nl' target='_blank'>" + festival + "</a>");
document.write("<br>");
document.write(bfont + festdat + efont);
document.write("</td>");

document.write("<td align='left' valign='top'>");
document.write(bfont + text + efont);
document.write("</td>");

document.write("</tr>");

document.write("</table>");

