<!--
var ran_number= Math.random()*4;
var num = Math.ceil(ran_number);

document.writeln('<TABLE BORDER="0" ALIGN="Center">');
document.writeln('<TR>');
document.writeln('<TD>');

if (num == 0) 
{
document.writeln('<a href="http://www.laatulehdet.net/tilauslomake.asp?ID=606"><IMG src="http://www.laatulehdet.net/images/logot/matin_nasta_logo.jpg" width=120 border=0 alt="Verkkokauppa Laatulehdet"></a>');
}
else if (num == 1)
{
document.writeln('<a href="http://www.laatulehdet.net/tilauslomake.asp?ID=612"><IMG src="http://www.laatulehdet.net/images/logot/huippuristikot_logo.jpg" width=120 border=0  alt="Verkkokauppa Laatulehdet"></a>');
}
else if (num == 2)
{
document.writeln('<a href="http://www.laatulehdet.net/tilauslomake.asp?ID=622"><IMG src="http://www.laatulehdet.net/images/logot/seura_ristikot_logo.gif" width=120 border=0  alt="Verkkokauppa Laatulehdet"></a>');
}
else 
{
document.writeln('<a href="http://www.laatulehdet.net/tilauslomake.asp?ID=625"><IMG src="http://www.laatulehdet.net/images/logot/et_ristikot_logo.jpg" width=120 border=0  alt="Verkkokauppa Laatulehdet"></a>');
}
document.writeln('</TD>');
document.writeln('</TR>');
document.writeln('</TABLE>');
//-->
