
var line = new Array();
line[0] = "<fieldset align=\"center\" style='border: #000000 1px solid; text-align:center; width:152px; padding: 5px;' class='smalltext'><legend><span class='subtitle'>Our Mission:</span></legend><br>To give you the best service, <br>at the most reasonable rates. <br><br> Get a no obligation <a href = 'quote.php'> quotation</a> or <a href = 'contact.php'>call today.</a><br><br></fieldset>";
line[1] = "<fieldset align=\"center\" style='border: #000000 1px solid; text-align:center; width:152px; padding: 5px;' class='smalltext'><legend><span class='subtitle'>Our Vision:</span></legend>Some people see things the way they are.<br>We at Angel Designs see things the way they can be.<br></fieldset>";
line[2] = "<fieldset align=\"center\" style='border: #000000 1px solid; text-align:center; width:152px; padding: 5px;' class='smalltext'><legend><span class='subtitle'>Web Designs:</span></legend>Our unique custom work and your unique product or service is what sets each of us apart from others in similar occupations.</fieldset>";
line[3] = "<fieldset align=\"center\" style='border: #000000 1px solid; text-align:center; width:152px; padding: 5px;' class='smalltext'><legend><span class='subtitle'>Lincoln:</span></legend>Once said, \"What you do speaks so loudly I cannot hear what you are saying.\"</fieldset>";
line[4] = "<fieldset align=\"center\" style='border: #000000 1px solid; text-align:center; width:152px; padding: 5px;' class='smalltext'><legend><span class='subtitle'>Thinking:</span></legend>Outside the box is doing unusual things to get different results. In 1921 Albert Einstein, winner of the Nobel Prize in Physics, said, Insanity is doing the same thing over and over again, and actually expecting different results.</fieldset>";
line[5] = "<fieldset align=\"center\" style='border: #000000 1px solid; text-align:center; width:152px; padding: 5px;' class='smalltext'><legend><span class='subtitle'>Thinking:</span></legend>Inside the box is accepting the status quo. In 1899, Charles H. Duell, Director of the US Patent Office, said, \"Everything that can be invented has been invented.\"</fieldset>";


function randomNumber(n) {
	number = Math.floor(Math.random() * (n + 1));
	return number;

}


