function homepagephotos()
{
//9
var ranNum= Math.round(Math.random() * 9);
if (ranNum == 0){document.write('<IMG SRC="http://www.pixelpops.com/nav/images/3-photos-0001.jpg" ALT="pixelpops">'); } // 01
if (ranNum == 1){document.write('<IMG SRC="http://www.pixelpops.com/nav/images/3-photos-0002.jpg" ALT="pixelpops">'); } // 02
if (ranNum == 2){document.write('<IMG SRC="http://www.pixelpops.com/nav/images/3-photos-0003.jpg" ALT="pixelpops">'); } // 03
if (ranNum == 3){document.write('<IMG SRC="http://www.pixelpops.com/nav/images/3-photos-0004.jpg" ALT="pixelpops">'); } // 04
if (ranNum == 4){document.write('<IMG SRC="http://www.pixelpops.com/nav/images/3-photos-0005.jpg" ALT="pixelpops">'); } // 05
if (ranNum == 5){document.write('<IMG SRC="http://www.pixelpops.com/nav/images/3-photos-0006.jpg" ALT="pixelpops">'); } // 06
if (ranNum == 6){document.write('<IMG SRC="http://www.pixelpops.com/nav/images/3-photos-0007.jpg" ALT="pixelpops">'); } // 07
if (ranNum == 7){document.write('<IMG SRC="http://www.pixelpops.com/nav/images/3-photos-0008.jpg" ALT="pixelpops">'); } // 08
if (ranNum == 8){document.write('<IMG SRC="http://www.pixelpops.com/nav/images/3-photos-0009.jpg" ALT="pixelpops">'); } // 09
if (ranNum == 9){document.write('<IMG SRC="http://www.pixelpops.com/nav/images/3-photos-0010.jpg" ALT="pixelpops">'); } // 10
}