dojo.require("swfobject.js", false, true);
function gallerie(url,width,height){
  var so = new SWFObject('http://www.lost-story.net/multimedia/imagerotator.swf','gallerie',width,height,'8');
  so.addParam('allowscriptaccess','always');
  so.addParam('allowfullscreen','true');
  so.addVariable('width',width);
  so.addVariable('height',height);
  so.addVariable('displaywidth',width);
  so.addVariable('displayheight',height);
  so.addVariable('file',url);
  so.addVariable('logo','http://www.lost-story.net/Images/logo_video.png');
  so.addVariable('enablejs','true');
  so.addVariable('thumbsinplaylist','true');
  so.write('flashbanner');
  return(so);
}
function archives(){
	xhtml = '<div class="archives">';
	xhtml +='<h2>2008</h2>';
	xhtml +='<a href="/news/2008/07-2008.html" title="Juillet 2008">Juillet</a><a href="/news/2008/06-2008.html" title="Juin 2008">Juin</a><a href="/news/2008/05-2008.html" title="Mai 2008">Mai</a><a href="/news/2008/04-2008.html" title="Avril 2008">Avril</a><a href="/news/2008/03-2008.html" title="Mars 2008">Mars</a><a href="/news/2008/02-2008.html" title="F&eacute;vrier 2008">F&eacute;vrier</a><a href="/news/2008/01-2008.html" title="Janvier 2008">Janvier</a>';
	xhtml += '<h2>2007</h2><a href="/news/2007/12-2007.html" title="D&eacute;cembre 2007">D&eacute;cembre</a><a href="/news/2007/11-2007.html" title="Novembre 2007">Novembre</a><a href="/news/2007/10-2007.html" title="Octobre 2007">Octobre</a><a href="/news/2007/09-2007.html" title="Septembre 2007">Septembre</a><a href="/news/2007/08-2007.html" title="Ao&ucirc;t 2007">Août</a><a href="/news/2007/07-2007.html" title="Juillet 2007">Juillet</a><a href="/news/2007/06-2007.html" title="Juin 2007">Juin</a><a href="/news/2007/05-2007.html" title="Mai 2007">Mai</a><a href="/news/2007/04-2007.html" title="Avril 2007">Avril</a><a href="/news/2007/03-2007.html" title="Mars 2007">Mars</a><a href="/news/2007/02-2007.html" title="F&eacute;vrier 2007">F&eacute;vrier</a><a href="/news/2007/01-2007.html" title="Janvier 2007">Janvier</a>';
	xhtml += '<h2>2006</h2><a href="/news/2006/12-2006.html" title="D&eacute;cembre 2006">D&eacute;cembre</a><a href="/news/2006/11-2006.html" title="Novembre 2006">Novembre</a><a href="/news/2006/10-2006.html" title="Octobre 2006">Octobre</a><a href="/news/2006/09-2006.html" title="Septembre 2006">Septembre</a><a href="/news/2006/08-2006.html" title="Ao&ucirc;t 2006">Août</a>';
	xhtml += '</div>';
	return(xhtml);
}

function saison4(){
	xhtml = '<ol>';
	xhtml += '<li><a href="01.html" title="[04x01] Le d&eacute;but de la fin - The beginning of the end">Le d&eacute;but de la fin</a></li>';
	xhtml += '<li><a href="02.html" title="[04x02] La voix des morts - Confirmed Dead">La voix des morts</a></li>';
	xhtml += '<li><a href="03.html" title="[04x03] Liste noire - The Economist">Liste noire</a></li>';
	xhtml += '<li><a href="04.html" title="[04x04] Libert&eacute; surveill&eacute;e - Eggtown">Libert&eacute; surveill&eacute;e</a></li>';
	xhtml += '<li><a href="05.html" title="[04x05] Perdu dans le temps - The Constant">Perdu dans le temps</a></li>';
	xhtml += '<li><a href="06.html" title="[04x06] Jalousies - The Other Woman">Jalousies</a></li>';
	xhtml += '<li><a href="07.html" title="[04x07] Ji Yeon">Ji Yeon</a></li>';
	xhtml += '<li><a href="08.html" title="[04x08] Meet Kevin Johnson">Meet Kevin Johnson</a></li>';
	xhtml += '<li><a href="09.html" title="[04x09] The Shape of Things to Come">The Shape of Things to Come</a></li>';
	xhtml += '<li><a href="10.html" title="[04x10] Something Nice Back Home">Something Nice Back Home</a></li>';
	xhtml += '<li><a href="11.html" title="[04x11] Cabin Fever">Cabin Fever</a></li>';
	xhtml += '<li><a href="12.html" title="[04x12] There&rsquo;s No Place Like Home (Part 1)">There&rsquo;s No Place Like Home (Part 1)</a></li>';
	xhtml += '<li><a href="13.html" title="[04x13] There&rsquo;s No Place Like Home (Part 2)">There&rsquo;s No Place Like Home (Part 2)</a></li>';
	xhtml += '<li><a href="14.html" title="[04x14] There&rsquo;s No Place Like Home (Part 3)">There&rsquo;s No Place Like Home (Part 3)</a></li>';
	xhtml += '</ol>';
	return(xhtml);
}

function formulaire(){
	xhtml = '<form method="post" action="http://users.skynet.be/cgi-bin/formd.cgi"><h1>Pour me contacter personnellement</h1><p><strong>Entrez vos informations : </strong></p><p>Votre nom : <input type="text" name="nom" value="" style="width:300px; margin-left:24px;"/></p><p style="margin-bottom:20px;">Votre adresse : <input type="text" name="email" value="" style="width:300px;"/></p><p><strong>Envoyez votre message : </strong></p><p>Sujet :</p> <input type="text" name="sujet" size="50" style="width:400px"/><p>Message :</p><textarea rows="10" cols="50" name="message" style="width:500px"></textarea><p><input type="hidden" name="to" value="webmaster@lost-story.net"/><input type="hidden" name="lang" value="fr"/><input type="hidden" name="next" value="http://www.lost-story.net/Images/index.html"/><input type="submit" value="Envoyer"/></p></form>';
	return(xhtml);
}
