// JavaScript Document

var r_text = new Array ();
r_text[0] = "The whole concept that piece of jewelry you buy from Victoria Roig is totally different from other designers. There is a whole story is behind that bracelet or ring and for me this makes my piece more valuable. All the pieces are beautiful and can be worn for going to work or a fancy night out. And you know that no one else is going to have the same piece of jewelry as you.<span class=\"byline\">- Ana Bosch</span>";
r_text[1] = "For me the most important thing is that a jewelry piece can be worn every day, no occasion pieces for me.  At first, the price was an obstacle...but once I fell in love with the piece, there was no turning back. The thing I like most about my piece is the design, it's originality. <span class=\"byline\">- Christianne Quintanilla</span>";
r_text[2] = "Now days it is hard to find well done pieces of jewelry.  These pieces are really heavy and well done. I love heavy jewelry and I loved how my piece felt and looked on me. I also like the colors of the piece and how it looks when you combine with other jewelry pieces.  <span class=\"byline\">- Angie Williams</span>";
r_text[3] = "When I first saw the necklace, I thought it would be one of those jewelry pieces that looks awesome, but once you try it on it feels cheap. But my necklace is big and chunky and feels great!  I love how big it is!!! I love the long chain and the big stones.  It makes me feel good, it makes me feel special and I love it when other people complement my new piece.  I love the jewelry designs, the story behind each piece and the fact that not everyone around me is wearing the same piece of jewelry. <span class=\"byline\">- Lauren Taylor</span>";


var i = Math.floor(4*Math.random())

document.write(r_text[i]);

