var quotes=new Array()

quotes[0]='<p> <img src=\"/sites/all/themes/blackangel/images/test.gif\" alt=\"picture\" width=\"24\" height=\"18\" /><b>Number Snake:</b> \&quot;Awesome game, but I can\'t solve puzzles 15 or 20.. .aaaahhhhhgggggg!!!\&quot;</p><p>by <b>Jennifer</b> on January 13, 2011</p>'
quotes[1]='<p> <img src=\"/sites/all/themes/blackangel/images/test.gif\" alt=\"picture\" width=\"24\" height=\"18\" /><b>Number Snake:</b> &quot;Mildly challenging for the first 19 levels, and then - BOOM! - very challenging. I love it.&quot;</p><p>by <b>Vince</b> on January 7, 2011</p>'
quotes[2]='<p> <img src=\"/sites/all/themes/blackangel/images/test.gif\" alt=\"picture\" width=\"24\" height=\"18\" /><b>Number Snake:</b> &quot;I have been waiting for Numbrix to show up on Android, and this is the closest thing yet. Very entertaining game.&quot;</p><p>by <b>Paul</b> on December 20, 2010</p>'
quotes[3]='<p> <img src=\"/sites/all/themes/blackangel/images/test.gif\" alt=\"picture\" width=\"24\" height=\"18\" /><b>Number Snake:</b> &quot;Incredibly impressive and fun puzzle game.&quot;</p><p>by <b>D</b> on December 20, 2010</p>'
quotes[4]='<p> <img src=\"/sites/all/themes/blackangel/images/test.gif\" alt=\"picture\" width=\"24\" height=\"18\" /><b>Memory Pocoyo:</b> &quot;Great app! My 4 yr old loves it.&quot;</p><p>by <b>Claudia</b> on January 1, 2011</p>' 
quotes[5]='<p> <img src=\"/sites/all/themes/blackangel/images/test.gif\" alt=\"picture\" width=\"24\" height=\"18\" /><b>Memory Pocoyo:</b> &quot;BlackAngel Software does it again! Best kids game on the market right now. Highly recommended!&quot;</p><p>by <b>Michael</b> on December 23, 2010</p>'
quotes[6]='<p> <img src=\"/sites/all/themes/blackangel/images/test.gif\" alt=\"picture\" width=\"24\" height=\"18\" /><b>Memory Christmas:</b> &quot;My daughter loves this Christmas game and hearing the \"bah humbug\"! Great for kids!&quot;</p><p>by <b>Arlene</b> on December 16, 2010</p>'    
quotes[7]='<p> <img src=\"/sites/all/themes/blackangel/images/test.gif\" alt=\"picture\" width=\"24\" height=\"18\" /><b>Memory SpongeBob:</b> &quot;My 3yr old son loves this game...&quot;</p><p>by <b>Corina</b> on January 17, 2011</p>' 
quotes[8]='<p> <img src=\"/sites/all/themes/blackangel/images/test.gif\" alt=\"picture\" width=\"24\" height=\"18\" /><b>Memory SpongeBob:</b> &quot;Really cool :)&quot;</p><p>by <b>Fernando</b> on January 8, 2011</p>'
quotes[9]='<p> <img src=\"/sites/all/themes/blackangel/images/test.gif\" alt=\"picture\" width=\"24\" height=\"18\" /><b>Memory SpongeBob:</b> &quot;Best Spongebob memory game out there! If you love Spongebob, then you\'ll love this game!&quot;</p><p>by <b>Michael</b> on January 4, 2011</p>'


var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])

