function rand ( n )
{
  return ( Math.floor ( Math.random ( ) * n + 1 ) );
}

function feedback(){
var fe = rand(5)
if (fe==1)
  {
  document.write("\"Building my own website with BrainSEO was as easy as 1-2-3! Creating pages, adding products, and changing items on my own was very simple for an amateur like me.\"");
  document.write("<br/><strong>Stevie Brooke.</strong>");
  }
if (fe==2)
  {
  document.write("\"I built my v-store in 3 days and made the money back in another 3 , its safe to say that this has changed my life for good.\"");
  document.write("<br/><strong>PAULINA v.</strong>");
  }
if (fe==3)
  {
  document.write("\"As a grease monkey who never in his life had any knowlage of the internet what so ever, i had my site up and ready with in 6 days and believe me when i say: is I can, anyone can to.\"");
  document.write("<br/><strong>BENJAMIN H.</strong>");
  }
if (fe==4)
  {
  document.write("\"If anyone would have told me that i'll build and design my own site 3 months ago, i would call hem plain nuts. But here i am managing my own site and getting my self some hot leads.\"");
  document.write("<br/><strong>Maggie Stone.</strong>");
  }
if (fe==5)
  {
  document.write("\"As a Stay at home MOM, i can tell anyone can do it and build there own site, four weeks and 50 sales of my dolls , my husband is staying at home to help keep up with the orders.\"");
  document.write("<br/><strong>Isabella.</strong>");
  }

}


