function random_content(){
var mycontent=new Array()

mycontent[0]='<option>Choose Service:</option><option VALUE="artist_services.html">Artist Services</option><option VALUE="custom_imaging.html">Custom Imaging</option><option VALUE="graphic_design.html">Graphic Design</option><option VALUE="image_licensing.html">Image Licensing</option><option>---------------</option><option VALUE="web_design.html">Web Design</option>'

document.write(mycontent)
}
random_content()
//-->
