<!--


function feature_store() {
var howMany = 0
var message = new Array(howMany+1)

message[0]='<a href="http://software.palm.com/europe/en/top_products_treo.jsp?device=10035100037"><img id="banner1" src="/europe/en/images/home/features_softwaretreo500v_en.jpg"></a>'


function rndnumber(){
var randscript = -1
while (randscript < 0 || randscript > howMany || isNaN(randscript)){
randscript = parseInt(Math.random()*(howMany+1))
}

return randscript
}
quo = rndnumber()
quox = message[quo]
document.write(quox)
}


//-->