var quotes=new Array()

quotes[0]='<div class="welcome"><table border="0" width="350" cellpadding="0" cellspacing="0"><tr valign=top><td colspan="3"><img src="images/msg_top.gif"></td></tr><tr valign=top><td background="images/msg_lt.gif"><img width="15" height="1" src="images/cleardot.gif"></td><td width="318" bgcolor="#F78F1E"><img vspace="5" hspace="5" align="left" src="images/welcome/bankimoon.jpg"> <strong>Welcome from Ban Ki-moon</strong><br>The United Nations\' Secretary-General, Ban Ki-moon, welcomes you to Our Stories. <a href="bankimoon.html" class="welcomelink">More</a></td><td background="images/msg_rt.gif"><img width="17" height="1" src="images/cleardot.gif"></td></tr><tr valign=top><td colspan="3"><img src="images/msg_bottom.gif"></td></tr></table></div>'

quotes[1]='<div class="welcome"><table border="0" width="350" cellpadding="0" cellspacing="0"><tr valign=top><td colspan="3"><img src="images/msg_top.gif"></td></tr><tr valign=top><td background="images/msg_lt.gif"><img width="15" height="1" src="images/cleardot.gif"></td><td width="318" bgcolor="#F78F1E"><img vspace="5" hspace="5" align="left" src="images/welcome/queenrania.jpg"> <strong>Welcome from Queen Rania</strong><br>Her Majesty Queen Rania of Jordan, UNICEF\'s first ever Eminent Advocate for Children, welcomes you to Our Stories. <a href="queenrania.html" class="welcomelink">More</a></td><td background="images/msg_rt.gif"><img width="17" height="1" src="images/cleardot.gif"></td></tr><tr valign=top><td colspan="3"><img src="images/msg_bottom.gif"></td></tr></table> </div>'

quotes[2]='<div class="welcome"><table border="0" width="350" cellpadding="0" cellspacing="0"><tr valign=top><td colspan="3"><img src="images/msg_top.gif"></td></tr><tr valign=top><td background="images/msg_lt.gif"><img width="15" height="1" src="images/cleardot.gif"></td><td width="318" bgcolor="#F78F1E"><img vspace="5" hspace="5" align="left" src="images/welcome/ishmaelbeah.jpg"> <strong>Welcome from Ishmael Beah</strong><br>The former child soldier from Sierra Leone, who told his wrenching story in the memoir <em>A Long Way Gone</em>, welcomes you to Our Stories. <a href="ishmaelbeah.html" class="welcomelink">More</a></td><td background="images/msg_rt.gif"><img width="17" height="1" src="images/cleardot.gif"></td></tr><tr valign=top><td colspan="3"><img src="images/msg_bottom.gif"></td></tr></table> </div>'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
