// (C) 2003 - 2009 Serge Lamarche
// sergewebservice.ca
// All codes copyrights Serge Lamarche, any reproduction and 
// use strictly forbidden without written consent.
// Toute reproduction est interdite sans autorisation écrite
// Contact sergewebservice@yahoo.ca or sergelamarche@gmail.com 
// for help with your website. Reliable, inexpensive website service.
// Les effets javascripts sont disponibles à prix abordables. Merci. 

if (!photos) var photos = new Object(); 

function ecritresultats() { var lesresultats = ''; 
for (var i=0;i<nomsphotos.length;i++) { 
lesresultats += '<li><span style="float: left; display: block; margin-right: 5px; width: '+ photos[nomsphotos[i]].vote +'%; color: #fff; background: #898;">' + photos[nomsphotos[i]].vote + '</span><span style="vertical-align: bottom; font-size: 10px; line-height: 16px;"> Photo ' + photos[nomsphotos[i]].indice + "</span></li>"; }
document.write('<ul style="list-style: none;"><li style="font-weight: bold; padding: 5px;">Vote:</li>'+lesresultats+'</ul>'); }; 


// insertions lignes suivantes: 
photos['7629Bitterman'] = { "indice": 1, "vote": 1  }; 
photos['Bitterman_7642'] = { "indice": 2, "vote": 22  }; 
photos['Hanglider-1'] = { "indice": 3, "vote": 7  }; 
photos['Hanglider-2a'] = { "indice": 4, "vote": 11  }; 
photos['Hanglider-3'] = { "indice": 5, "vote": 29  }; 
photos['IMG_0574'] = { "indice": 6, "vote": 1  }; 
photos['IMG_0582'] = { "indice": 7, "vote": 3  }; 
photos['IMG_0588'] = { "indice": 8, "vote": 0  }; 
photos['IMG_0592'] = { "indice": 9, "vote": 1  }; 
photos['IMG_0599'] = { "indice": 10, "vote": 0  }; 
photos['IMG_0601'] = { "indice": 11, "vote": 2  }; 
photos['IMG_0634'] = { "indice": 12, "vote": 2  }; 
photos['IMG_0644'] = { "indice": 13, "vote": 3  }; 
photos['IMG_0645'] = { "indice": 14, "vote": 1  }; 
photos['IMG_0664'] = { "indice": 15, "vote": 0  }; 
photos['IMG_0666'] = { "indice": 16, "vote": 1  }; 
photos['IMG_0677'] = { "indice": 17, "vote": 1  }; 
photos['IMG_0696'] = { "indice": 18, "vote": 1  }; 
photos['IMG_0703'] = { "indice": 19, "vote": 0  }; 
photos['IMG_0707'] = { "indice": 20, "vote": 2  }; 
photos['IMG_0714'] = { "indice": 21, "vote": 2  }; 
photos['IMG_0724'] = { "indice": 22, "vote": 2  }; 
photos['IMG_0732'] = { "indice": 23, "vote": 0  }; 
photos['IMG_0734'] = { "indice": 24, "vote": 1  }; 
photos['IMG_0746'] = { "indice": 25, "vote": 5  }; 
photos['IMG_4197'] = { "indice": 26, "vote": 4  }; 
photos['IMG_4205'] = { "indice": 27, "vote": 0  }; 
photos['IMG_4206'] = { "indice": 28, "vote": 3  }; 
photos['IMG_4207'] = { "indice": 29, "vote": 6  }; 
photos['IMG_4237'] = { "indice": 30, "vote": 0  }; 
photos['IMG_8932_1'] = { "indice": 31, "vote": 6  }; 
photos['IMGP3495'] = { "indice": 32, "vote": 1  }; 
photos['IMGP3496'] = { "indice": 33, "vote": 12  }; 
photos['IMGP3536'] = { "indice": 34, "vote": 4  }; 
photos['IMGP3538'] = { "indice": 35, "vote": 2  }; 
photos['IMGP3551'] = { "indice": 36, "vote": 12  }; 
photos['JasonD.F3463'] = { "indice": 37, "vote": 17  }; 
photos['Paragliding-1'] = { "indice": 38, "vote": 0  }; 
photos['Paragliding-2'] = { "indice": 39, "vote": 0  }; 
photos['Paragliding-3'] = { "indice": 40, "vote": 1  }; 
// fin des insertions. 

var nomsphotos = new Array(); var j = 0;
for (var i in photos) { nomsphotos[j] = i; j++; }; 



// (C) 2003 - 2009 Serge Lamarche
// sergewebservice.ca
// All codes copyrights Serge Lamarche, any reproduction and 
// use strictly forbidden without written consent.
// Toute reproduction est interdite sans autorisation écrite
// Contact sergewebservice@yahoo.ca or sergelamarche@gmail.com 
// for help with your website. Reliable, inexpensive website service.
// Les effets javascripts sont disponibles à prix abordables. Merci. 
