latest_wx = 76;
rndweek = Math.round(Math.random()*(latest_wx-30))+30;
rndday = Math.round(Math.random()*4);

document.write("<a name='fb_share' href='http://www.facebook.com/sharer.php'>Partager</a><script src='http://static.ak.fbcdn.net/connect.php/js/FB.Share' type='text/javascript'></script> ");

if (rndday==0)
{
document.write(" - <a href=../../bd/w" + rndweek + "/index.html> une BD au hasard </a>");
}
if (rndday!=0)
{
document.write(" - <a href=../../bd/w" + rndweek + "/index" + rndday + ".html> une BD au hasard </a>");
}

document.write(" - <a href=../../buy.html> g&euro;t  all! </a>");

