/* This JavaScript (Random Quotes) developed by Scott Clark
The Source is available at http://www.clarksco.com/blog/
Copyright 2005 Clark Consulting */

var num_of_quotes = 2;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
body="<img src=\"images/topinfo.gif\" width=\"540\" height=\"155\" border=\"0\" alt=\"Online Shopping For Cyprus\">";
}

if (quotes==1) {
body="<img src=\"images/topinfo1.gif\" width=\"540\" height=\"155\" alt=\"Online Stores For Cyprus\" border=\"0\">";
}



document.write('<center>');
document.write(''+ body +'');
document.write('</center>');

