urls = [
"http://www.jeunecochonne.com/acces.shtml?login=323804"
];
function l(index) {
redirect(urls[index]);
}
function redirect(URLStr) { window.open(URLStr); }