function get_text()
{
var r_text = new Array ();
r_text[0] = "<p class=\"big\">YOU CAN DO IT!</p>";
r_text[1] = "<p class=\"big\">YES!</p>";
r_text[2] = "<p class=\"big\">:)</p>";
r_text[3] = "<p class=\"big\">Keep going!</p>";
r_text[4] = "<p class=\"big\">Almost there...</p>";
r_text[5] = "<p class=\"big\">JUST DO IT.</p>";
r_text[6] = "<p class=\"big\">Do your work.</p>";
r_text[7] = "<p class=\"big\">:D</p>";
r_text[8] = "<p class=\"small\">You can do better than that...</p>";
r_text[9] = "<p class=\"big\">Yes you can!</p>";
r_text[10] = "<p class=\"big\">Get back to work!</p>";
r_text[11] = "<p class=\"big\">Hello! What are<br/>you doing here?</p>";
r_text[12] = "<p class=\"big\">Go for a walk!</p>";
r_text[13] = "<p class=\"big\">Do something<br/> creative today.</p>";
r_text[14] = "<p class=\"big\">Do something<br/> nice today.</p>";
r_text[15] = "<p class=\"big\">You are fantastic.</p>";
r_text[16] = "<p class=\"big\">Be productive!</p>";
r_text[17] = "<p class=\"big\">I believe in you.</p>";
r_text[18] = "<p class=\"big\">The internet believes in you.</p>";
r_text[19] = "<p class=\"big\">We all believe in you.</p>";
r_text[20] = "<p class=\"big\">You're doing<br/> just fine!</p>";
r_text[21] = "<p class=\"big\">Wow!</p>";
r_text[22] = "<p class=\"big\">Keep up the good work.</p>";
r_text[23] = "<p class=\"small\"><(^-^<)  <( ^-^ )>  (>^-^)></p><p class=\"big\">Happy dance just for you!</p>";
r_text[24] = "<p class=\"big\">Smile! <br/>You are awesome!</p>";
r_text[25] = "<p class=\"small\">Don't look now, but inspiration is standing right behind you.</p>";
r_text[26] = "<p class=\"big\">The internet believes in you.</p>";
r_text[27] = "<p class=\"big\">The internet believes in you.</p>";
r_text[28] = "<p class=\"big\">The internet believes in you.</p>";
r_text[29] = "<p class=\"small\">Don't look now, but inspiration is standing right behind you.</p>";
r_text[30] = "<p class=\"small\">Don't look now, but inspiration is standing right behind you.</p>";
r_text[31] = "<p class=\"small\">Don't look now, but inspiration is standing right behind you.</p>";
r_text[32] = "<p class=\"small\">Stop looking at this site and do your work!</p>";
r_text[33] = "<p class=\"big\">YOU ARE A GENIUS.</p>";
r_text[34] = "<p class=\"small\">Did you know?  You're awesome.</p>";
r_text[35] = "<p class=\"big\">Take a deep breath.</p>";
r_text[36] = "<p class=\"big\">WOW!</p>";
r_text[37] = "<p class=\"big\">Keep up the good work!</p>";
var i = Math.floor(36*Math.random());

return r_text[i];
}
