

var num_of_quotes = 6;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
title="MatthewRochow.com";
body="The directory submits were done quickly + well. Recommended!";
}

if (quotes==1) {
title="HotelsNearDelhi.com";
body="Must give this service a try because this service is worth double the price!";
}

if (quotes==2) {
title="Kezoon.com";
body="Great service. Fast and many submissions. Recommended!";
}

if (quotes==3) {
title="BodyBuildingMantra.com";
body="All in all, this is one of the best directory submission service. A++++";
}

if (quotes==4) {
title="RockMusicBlog.net";
body="Great Service. To be short, I am very satisfied!";
}

if (quotes==5) {
title="James Den";
body="Perfect work - will definitely contract their offer again!";
}document.write('<div align=left>');



document.write('<span style="color: #fff; font-size: 13;">' + body + '<br>');document.write('</div>');

document.write('<div align=right>');
document.write('<span style="color: #fff; font-size: 13; font-weight: bold;"><strong>'  + title + '</span></strong>');document.write('</div>');
