<!--
var b1dis = "<a target=\"wndParent\" href=\"";
var bdis = "\"><img src=\"";
var edis = " width=\"468\" height=\"60\" alt=\"Festival Kinetik Partners\" border=\"0\"></a>"; // edit the width and height as needed here, also the alt text etc...
var rnumb = "";
var img = "";

rnumb += Math.floor(Math.random()*4); //  this number is one higher than the count below because it starts at 0.
img = rnumb;
// below are first the link URL, and then the image path... NOTE the \ after the image path, it is needed
if (img == "0") {
document.write(b1dis+ "http://www.festival-kinetik.net" +bdis+ "http://www.festival-kinetik.net/festival_kinetik10_banner.gif\"" +edis);
}
if (img == "1") {
document.write(b1dis+ "http://www.plastikwrap.com" +bdis+ "http://www.festival-kinetik.net/pwbanner4.gif\"" +edis);
}
if (img == "2") {
document.write(b1dis+ "http://www.isnradio.com/" +bdis+ "http://www.festival-kinetik.net/ISN-webbanner.gif\"" +edis);
}
if (img == "3") {
document.write(b1dis+ "http://www.vampirefreaks.com" +bdis+ "http://www.festival-kinetik.net/vf_animated_banner.gif\"" +edis);
}
// --> 