var item = new Array() ;
var info = new Array() ;

potd_url = "/common/club/rubriques/newsgroups/main.html?"
+ potd_creation.substring(0, 4) + "?" + potd_creation.substring(4, 6) + "?" + potd_creation.substring(6, 8) + "?"
+ potd_group + "?" + potd_num + "?"  + potd_fn + "?" + potd_titre + "?" + potd_msgid ;

vign = "/public/" + potd_creation + "/" + potd_group + "/tn/" + potd_num ;

item[item.length] = new Array ( "Interviews, avec le magazine Couples", "Interviews audio d\\'amatrices" , "/cgi-bin/common/public/xpeepinterviews" , "payant", "break" ) ;
info[info.length] = new Array ( "/cgi-bin/common/public/xpeepinterviews", interview_img, interview_titre, interview_chapeau, "#444444" ) ;

item[item.length] = new Array ( "Galerie des vid&eacute;os", "Les meilleures vidéos du web" , "/cgi-bin/common/club/rubriques/xpeepvideos" , "payant", "break" ) ;
info[info.length] = new Array ( "/cgi-bin/common/club/rubriques/xpeepvideos", video_img, video_titre, video_texte, "#444444" ) ;

item[item.length] = new Array ( "Les Confessions X", "Des milliers d\\'histoires excitantes" , "/common/club/rubriques/confessions/" , "payant", "break" ) ;
info[info.length] = new Array ( "/cgi-bin/common/club/rubriques/xpeep-confessions?categorie=1", "/common/club/rubriques/confessions/img/vignette.jpg", conf_titre.toLowerCase(), "Aujourd'hui nous vous proposons de découvrir la confession de <b>" + conf_pseudo.toLowerCase() + "</b>", "#333333" ) ;

item[item.length] = new Array ( "Newsgroups", "Des milliers d\\'images venues des forums" , "/common/club/rubriques/newsgroups/" , "payant", "break" ) ;
info[info.length] = new Array ( potd_url, vign, "L'image du jour", potd_comment, "#333333" ) ;

// item[item.length] = new Array ( "La Boutique", "Toute notre s&eacute;lection d\\'articles &eacute;rotiques" , "/cgi-bin/common/public/xpeep-boutique" , "libre" ) ;

function showCadre (i)
{
	mkCadre ( info[i][0], info[i][1], info[i][2], info[i][3], info[i][4] ) ;
}

