//////////////////////////////////////////////////
// JavaScript Document////////////////////////////
//////////////////////////////////////////////////
// All rights reserved © 2008 AreweListening.com /
//////////////////////////////////////////////////

function loading(page)
{

//Page name right vertical
  window.document.getElementById("right").innerHTML="<img src='../afb/right" + page + ".gif'>";
  
//Text on the bottom of the page
  window.document.getElementById("bottom").innerHTML='<center>'
  +  '<font face="courier new" size="1">'
  +    '<a href="http://www.ltownmusic.com" target="_sahg">official website</a> |'
  +    '<a href="http://www.myspace.com/thelistening" target="_dsl">myspace</a> |'
  +    '<a href="http://www.purevolume.com/thelistening" target="_sjh">pure volume</a><br>'
  +    'All rights reserved © 2007-2008 AreweListening'
  +  '</font>'
  + '</center>';
}

function testmaar()
{
  window.document.getElementById("left").innerHTML='<font face="verdana" size="1" color="#aa2626">'
      +          '<hr size="3" color="#CCCC9A">'
      +         '<b><U>Sunday, November 12, 2006</u></b><Br><font size="2" color="#333333">Gabriël, the singer of The Listening, will produce a new arcoustic solo album!</font>'
      +          '<hr size="3" color="#CCCC9A">'
      +         '<b><U>Sunday, November 12, 2006</u></b><Br><font size="2" color="#333333">Gabriël, the singer of The Listening, will produce a new arcoustic solo album!</font>'
      +          '<hr size="3" color="#CCCC9A">'
      +         '<b><U>Sunday, November 12, 2006</u></b><Br><font size="2" color="#333333">Gabriël, the singer of The Listening, will produce a new arcoustic solo album!</font>'
      +          '<hr size="3" color="#CCCC9A">'
      +         '<b><U>Sunday, November 12, 2006</u></b><Br><font size="2" color="#333333">Gabriël, the singer of The Listening, will produce a new arcoustic solo album!</font>'
      +          '<hr size="3" color="#CCCC9A">'
      +         '<b><U>Sunday, November 12, 2006</u></b><Br><font size="2" color="#333333">Gabriël, the singer of The Listening, will produce a new arcoustic solo album!</font>'
      +          '<hr size="3" color="#CCCC9A">'
      +        '</font>'
}

