function wallpax() {
var rx = 1;
rx = (Math.round(19 * Math.random()+1));
switch (rx)
{
case 20: rx = 19; break;
}
stral = "Sonique&nbsp;wallpaper&nbsp;no.&nbsp;"+rx;
if (rx<10)
{
document.write("<a href=sonique08.html><img src=wallpap/soniquew0" + rx + ".jpg width=200 height=150 alt="+ stral+ " border=0></a>")
}
else
{
document.write("<a href=sonique08.html><img src=wallpap/soniquew" + rx + ".jpg width=200 height=150 alt="+ stral+ " border=0></a>")
}
}
