﻿//<!-- 
//
// table recherche site label au hasard
//
var x_link = new Array("http://secure.vins-schenk.ch/widget/label-as-de-coeur-jolimont.htm",
"http://secure.vins-schenk.ch/widget/label-chateau-allaman-rouge.htm",
"http://secure.vins-schenk.ch/widget/label-beaujolais-villages.htm",
"http://secure.vins-schenk.ch/widget/label-cornalin-aoc-valais.htm",
"http://secure.vins-schenk.ch/widget/label-el-copero.htm",
"http://secure.vins-schenk.ch/widget/label-el-copero-rose.htm",
"http://secure.vins-schenk.ch/widget/label-gato-negro.htm",
"http://secure.vins-schenk.ch/widget/label-le-capanne-chianti.htm",
"http://secure.vins-schenk.ch/widget/label-martheray-fechy.htm",
"http://secure.vins-schenk.ch/widget/label-molards-chasselas.htm",
"http://secure.vins-schenk.ch/widget/label-pinot-noir-sierre.htm",
"http://secure.vins-schenk.ch/widget/label-pinot-noir-trophee.htm",
"http://secure.vins-schenk.ch/widget/label-syrah-rose.htm",
"http://secure.vins-schenk.ch/widget/label-syrah-valais.htm",
"http://secure.vins-schenk.ch/widget/label-tassee-roy.htm",
"http://secure.vins-schenk.ch/widget/label-tendance9-rose.htm");
//
// randomlink trouve un lien au hasard dans x_link
//
function randomlink()	 { 
var sel_link = Math.floor(Math.random() * x_link.length);
return (x_link[sel_link]);
			 }
// -->
