

var Quotation=new Array() // do not change this!

// Set up the quotations to be shown, below.
// To add more quotations, continue with the
// pattern, adding to the array.  Remember
// to increment the Quotation[x] index!

Quotation[0] = '<p>\"I think your philosophy on pricing is dead on for today\'s market conditions. Your concept for presenting compounding appreciation provides factual data that the seller\'s understand. I\'ve gotten price reductions from every seller when explaining the appreciation charts to them.\" <br><strong>Tom Basler - Production $6.9 million</strong></p>';

Quotation[1] = "<p>\"The seller was amazed how much time I spent preparing (which didn't take long) and how my approach was so different than they had ever thought. This way of doing business is going to change the way I do my business from here on out.\"<br><strong>Sheryl Deskin - Production $12.5 million</strong></p>";

Quotation[2] = "<p>\"I was just running a few numbers for the year and the numbers are much better. So far:<br>-Current pending listings are averaging 23 days<br>-Closed listing ratio vs expired was at 50%, NOW IT IS 85% CLOSED!<br>-Closed listings are averaging 30 days on market\"<br><strong>Tom and Lynn Basler - RE/MAX Properties West</strong></p>";

Quotation[3] = "<p>\"Some of the best material I have ever learned since I have been in Real Estate which is about 9 1/2 years.\"<br><strong>Kelly Wehrle</strong></p>";

Quotation[4] = "<p>\"This seminar was the most unique and complete training I have had in my 23 years in Real Estate...\"<br><strong>Sandie Hea</strong></p>";

Quotation[5] = "<p>\"I believe you have added another bullet to my ammo belt - which will keep me in the Top Ten of the region and office.\"<br><strong>Janet Judd - Re/Max Properties West</strong></p>";

Quotation[6] = "<p>\"There's finally a way to convince a seller that traditional marketing doesn't work! Thanks!!\"<br><strong>Anonymous</strong></p>";

Quotation[7] = "<p>\"I am excited about my Real Estate career again!!!\"<br><strong>Anonymous</strong></p>";

Quotation[8] = "<p>\"I have never received this type of valuable information as an agent. Thanks!!\"<br><strong>Caroline Orr - Alexndria Realty</strong></p>";

Quotation[9] = "<p>\"At last, someone has come up with a strategy that will not only teach us how to price homes a new and effective way (one that will work in today's market) but will save us having to throw our money away for useless advertising at the same time.\"<br><strong>Karen Edinger - Production $4.5 million</strong></p>";

Quotation[10] = "<p>\"It's become more and more apparent to me about how much I don't know!\"<br><strong>John O'Donnell - Re/Max Best Choice</strong></p>";

Quotation[11] = '<p>"This makes everything easier!  A 10 out of 10!"<br> <strong>Judy Laughton - Keller Williams</strong></p>';

Quotation[12] = '<p>"I learned things I can immediately use in my listing presentation"<br><strong>Nada Winston - Keller Williams</strong></p>';

Quotation[13] = '<p>"Very informative and useful program.  Something NEW!"<br><strong>Laurie Goodfellow - Keller Williams</strong></p>';

Quotation[14] = '<p>"GREAT!"<br><strong>Julie Ellison - Coldwell Banker Premier</strong></p>';

// ======================================
// Do not change anything below this line
// ======================================
var Q = Quotation.length;
var a=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write(Quotation[a]);}
showQuotation();


var b=Math.round(Math.random()*(Q-1));


if (a==b){
while (a==b){
var b=Math.round(Math.random()*(Q-1));}

function showQuotation2(){document.write(Quotation[b]);}
showQuotation2();}
else{
function showQuotation2(){document.write(Quotation[b]);}
showQuotation2();}

/* var c=Math.round(Math.random()*(Q-1));

if (a==c || b==c){
while (a==c || b==c){
var c=Math.round(Math.random()*(Q-1));}

function showQuotation3(){document.write(Quotation[c]);}
showQuotation3();}
else{
function showQuotation3(){document.write(Quotation[c]);}
showQuotation3();} */
