p1 = Math.floor(Math.random() * 17 + 1);
p2 = p1;
while (p2 == p1) p2 = Math.floor(Math.random() * 17 + 1);
p3 = p1;
while ( (p3 == p1) || (p3 == p2) ) p3 = Math.floor(Math.random() * 17 + 1);
p4 = p1;
while ( (p4 == p1) || (p4 == p2) || (p4 == p3) ) p4 = Math.floor(Math.random() * 17 + 1);

if (document.all && document.body.offsetWidth > 870) document.write('<img src=\"images/home_img_' + p1 + '.jpg\" border=0><img src=images/spacer.gif width=3><img src=\"images/home_img_' + p2 +  '.jpg\" border=0><img src=images/spacer.gif width=3><img src=\"images/home_img_' + p3 + '.jpg\" border=0><img src=images/spacer.gif width=3><img src=\"images/home_img_' + p4 + '.jpg\" border=0>');

if (document.layers && window.innerWidth > 870) document.write('<img src=\"images/home_img_' + p1 + '.jpg\" border=0><img src=images/spacer.gif width=3><img src=\"images/home_img_' + p2 +  '.jpg\" border=0><img src=images/spacer.gif width=3><img src=\"images/home_img_' + p3 + '.jpg\" border=0><img src=images/spacer.gif width=3><img src=\"images/home_img_' + p4 + '.jpg\" border=0>');

if (document.getElementById && window.innerWidth > 870) document.write('<img src=\"images/home_img_' + p1 + '.jpg\" border=0><img src=images/spacer.gif width=3><img src=\"images/home_img_' + p2 +  '.jpg\" border=0><img src=images/spacer.gif width=3><img src=\"images/home_img_' + p3 + '.jpg\" border=0><img src=images/spacer.gif width=3><img src=\"images/home_img_' + p4 + '.jpg\" border=0>');

if (document.all && document.body.offsetWidth < 870) document.write('<img src=\"images/home_img_' + p1 + '.jpg\" border=0><img src=images/spacer.gif width=3><img src=\"images/home_img_' + p2 +  '.jpg\" border=0><img src=images/spacer.gif width=3><img src=\"images/home_img_' + p3 + '.jpg\" border=0>');

if (document.layers && window.innerWidth < 870) document.write('<img src=\"images/home_img_' + p1 + '.jpg\" border=0><img src=images/spacer.gif width=3><img src=\"images/home_img_' + p2 +  '.jpg\" border=0><img src=images/spacer.gif width=3><img src=\"images/home_img_' + p3 + '.jpg\" border=0>');

if (document.getElementById && window.innerWidth < 870) document.write('<img src=\"images/home_img_' + p1 + '.jpg\" border=0><img src=images/spacer.gif width=3><img src=\"images/home_img_' + p2 +  '.jpg\" border=0><img src=images/spacer.gif width=3><img src=\"images/home_img_' + p3 + '.jpg\" border=0>');
