<!--


function random_content(){
var mycontent=new Array()
//specify random content below.
mycontent[1]='<img src="images/man_oven.gif" alt="Oven Cleaning and Carpet Cleaning Services" name="picture_0" width="365" height="432" border="0" id="picture_0">'
mycontent[2]='<img src="images/man_bath.gif" alt="Oven Cleaning and Carpet Cleaning Services" name="picture_0" width="365" height="432" border="0" id="picture_0">'
mycontent[3]='<img src="images/kitchen.gif" alt="Oven Cleaning and Carpet Cleaning Services" name="picture_0" width="365" height="432" border="0" id="picture_0">'



var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()
//-->