var m = new Marquee([
"Sam <font class=RedText>/ may 23 2010 @ 11:48:</font> <font color=#999999>hey, ik wou nog even een keer zeggen, echt fucking vet optreden gister! hopelijk tot ziens!</font>",
"Hector <font class=RedText>/ apr 16 2009 @ 10:23:</font> <font color=#999999>Whats up dudes? Cant wait for new songs!</font>",
"James <font class=RedText>/ dec 23 2008 @ 21:56:</font> <font color=#999999>You guys rock!        </font>",
"Littlexpirate <font class=RedText>/ oct 16 2008 @ 20:14:</font> <font color=#999999>You guys rock! Komen jullie weer op mijn 18e verjaardag spelen? ;)</font>",
"wijf met die dikke tieten <font class=RedText>/ jun 16 2008 @ 13:02:</font> <font color=#999999>No more bowling for you bitch!</font>",
"ro <font class=RedText>/ may 13 2008 @ 21:06:</font> <font color=#999999>heej mannen, kheb jullie youtube filmpie van wageningen hier in guatemala bekeken      cool man      kben trots op jullie   greetz ro</font>",
"Björn <font class=RedText>/ may 6 2008 @ 22:05:</font> <font color=#999999>Hey guys, genoten van jullie optreden op Kabaal am Gemaal, en ook van het voetbal/basketball. Supervet!</font>",
"Wouter <font class=RedText>/ may 6 2008 @ 10:57:</font> <font color=#999999>Foto's van het optreden op Kabaal am Gemaal in Wageningen (NL) staan intussen online op mn site:       www.basementonline.nl   </font>",
"Floor <font class=RedText>/ may 5 2008 @ 22:26:</font> <font color=#999999>Heb het 3 nummers uitgehouden, maar wat tof om je te zien optreden Harry!! goed hoor :)   liefs, Floor</font>",
"jeremy <font class=RedText>/ may 5 2008 @ 10:08:</font> <font color=#999999>Obeah komt niet 5mei.  </font>"
  ], // ARRAY strings
  120, // INT delay: milliseconds
  80, // INT steps: number of times the layer is drawn between begin and end
  100,  // INT pauze: milliseconds between strings
  "b", // from (right bottom)
  "t", // to (left top)
  150, // w
  100 // h
  );
document.write(m.paint());
m.start();

