/* Citatfunktion */
/* Didvision Interactive 2007 */

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

if (quotes==0) {
body="&quot;Vi hittade vårt paradis.&quot;<br><em>Familjen Jönsson-Gustavsson i Gotland 2010</em>";
}

if (quotes==1) {
body="&quot;Visby - Som en saga <br>fast i verkligheten&quot; <br><em>Mama nr.4 (2008-03-19)</em>";
}

if (quotes==2) {
body="&quot;Gottland! <br>Smaka på Sveriges bästa ö&quot;<br><em>Aftonbladet Resa (2010-01-14)</em>'.";
}

document.write('<div align=left class=h1-start-text>');
document.write(''+ body +'');
document.write('</div>');
