var rancon = new Array();
rancon[0] = "Once upon a time,";
rancon[1] = "In a galaxy far, far away,";
rancon[2] = "On an unusually dark day,";
rancon[3] = "It was bright and sunny as usual ";
rancon[4] = "Good Gods, it was hot";
var rannum = Math.floor(Math.random()*rancon.length);
var rancon = new Array();
rancon[0] = "in the world of Ivalice";
rancon[1] = "in the desert city of Rabanastre";
rancon[2] = "outside the massive city Archades";
rancon[3] = "in the extremely creepy Bhujerba mines";
rancon[4] = "on the sunny Phon coast";
var rannum1 = Math.floor(Math.random()*rancon.length);
Bookmarks