<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr"> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <meta http-equiv="content-language" content="fr" /> <meta name="robots" content="index,follow" /> <meta name="keywords" content="news, technology, headlines, xoops, xoop, nuke, myphpnuke, myphp-nuke, phpnuke, SE, geek, geeks, hacker, hackers, linux, software, download, downloads, free, community, mp3, forum, forums, bulletin, board, boards, bbs, php, survey, poll, polls, kernel, comment, comments, portal, odp, open, source, opensource, FreeSoftware, gnu, gpl, license, Unix, *nix, mysql, sql, database, databases, web site, weblog, guru, module, modules, theme, themes, cms, content management" /> <meta name="description" content="XOOPS is a dynamic Object Oriented based open source portal script written in PHP." /> <meta name="rating" content="general" /> <meta name="author" content="Laurent Lhoir" /> <meta name="copyright" content="Copyright  2002-2003" /> <meta name="generator" content="XOOPS" /> <title>Meute de la Pleine Lune - Liens Utiles</title> <link href="http://www.l2.be/favicon.ico" rel="SHORTCUT ICON" /> <link rel="stylesheet" type="text/css" media="all" href="http://www.l2.be/xoops.css" /> <link rel="stylesheet" type="text/css" media="all" href="http://www.l2.be/themes/L2/styleNN.css" /> <script type="text/javascript"> <!-- function xoopsGetElementById(id){ 	if (document.getElementById) { 		return (document.getElementById(id)); 	} else if (document.all) { 		return (document.all[id]); 	} else { 		if ((navigator.appname.indexOf("Netscape") != -1) && parseInt(navigator.appversion == 4)) { 			return (document.layers[id]); 		} 	} }  function showImgSelected(imgId, selectId, imgDir, extra) { 	imgDom = xoopsGetElementById(imgId); 	selectDom = xoopsGetElementById(selectId); 	imgDom.src = "http://www.l2.be/"+ imgDir + "/" + selectDom.options[selectDom.selectedIndex].value + extra; }  function justReturn() { 	return; }  function init() {  }  function openWithSelfMain(url,name,width,height) { 	var options = "width=" + width + ",height=" + height + "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no";  	new_window = window.open(url, name, options); 	window.self.name = "main"; 	new_window.focus(); }  function setElementColor(id, color){ 	xoopsGetElementById(id).style.color = "#" + color; }  function setElementFont(id, font){ 	xoopsGetElementById(id).style.fontFamily = font; }  function setElementSize(id, size){ 	xoopsGetElementById(id).style.fontSize = size; }  function changeDisplay(id){ 	var elestyle = xoopsGetElementById(id).style; 	if (elestyle.display == "") { 		elestyle.display = "none"; 	} else { 		elestyle.display = "block"; 	} }  function setVisible(id){ 	xoopsGetElementById(id).style.visibility = "visible"; }  function setHidden(id){ 	xoopsGetElementById(id).style.visibility = "hidden"; }  function makeBold(id){ 	var eleStyle = xoopsGetElementById(id).style; 	if (eleStyle.fontWeight != "bold") { 		eleStyle.fontWeight = "bold"; 	} else { 		eleStyle.fontWeight = "normal"; 	} }  function makeItalic(id){ 	var eleStyle = xoopsGetElementById(id).style; 	if (eleStyle.fontStyle != "italic") { 		eleStyle.fontStyle = "italic"; 	} else { 		eleStyle.fontStyle = "normal"; 	} }  function makeUnderline(id){ 	var eleStyle = xoopsGetElementById(id).style; 	if (eleStyle.textDecoration != "underline") { 		eleStyle.textDecoration = "underline"; 	} else { 		eleStyle.textDecoration = "none"; 	} }  function makeLineThrough(id){ 	var eleStyle = xoopsGetElementById(id).style; 	if (eleStyle.textDecoration != "line-through") { 		eleStyle.textDecoration = "line-through"; 	} else { 		eleStyle.textDecoration = "none"; 	} }   function appendSelectOption(selectMenuId, optionName, optionValue){ 	var selectMenu = xoopsGetElementById(selectMenuId); 	var newoption = new Option(optionName, optionValue); 	selectMenu.options[selectMenu.length] = newoption; 	selectMenu.options[selectMenu.length].selected = true; }  function disableElement(target){ 	var targetDom = xoopsGetElementById(target); 	if (targetDom.disabled != true) { 		targetDom.disabled = true; 	} else { 		targetDom.disabled = false; 	} } function xoopsCheckAll(formname, switchid) { 	var ele = document.forms[formname].elements; 	var switch_cbox = xoopsGetElementById(switchid); 	for (var i = 0; i < ele.length; i++) { 		var e = ele[i]; 		if ( (e.name != switch_cbox.name) && (e.type == 'checkbox') ) { 			e.checked = switch_cbox.checked; 		} 	} }  // RMV-NOTIFY function xoopsCheckGroup(formname, switchid, groupid) { 	var ele = document.forms[formname].elements; 	var switch_cbox = xoopsGetElementById(switchid); 	for (var i = 0; i < ele.length; i++) { 		var e = ele[i]; 		if ( (e.type == 'checkbox') && (e.id == groupid) ) { 			e.checked = switch_cbox.checked; 			e.click(); e.click();  // Click to activate subgroups 									// Twice so we don't reverse effect 		} 	} }  function xoopsCodeUrl(id){ 	var text = prompt("Entrez l'URL du lien que vous voulez ajouter :", ""); 	var domobj = xoopsGetElementById(id); 	if ( text != null && text != "" ) { 		var text2 = prompt("Entrez le titre du site web :", ""); 		if ( text2 != null ) { 			if ( text2 == "" ) { 				var result = "[url=" + text + "]" + text + "[/url]"; 			} else { 				var pos = text2.indexOf(unescape('%00')); 				if(0 < pos){ 					text2 = text2.substr(0,pos); 				} 				var result = "[url=" + text + "]" + text2 + "[/url]"; 			} 			xoopsInsertText(domobj, result); 		} 	} 	domobj.focus(); }  function xoopsCodeImg(id){ 	var text = prompt("Entrez l'URL de l'image que vous voulez ajouter.", ""); 	var domobj = xoopsGetElementById(id); 	if ( text != null && text != "" ) { 		var text2 = prompt("Maintenant, entrez la position de l'image.\n'R' ou 'r' pour droite, 'L' ou 'l' pour gauche, ou laisser vide.", ""); 		while ( ( text2 != "" ) && ( text2 != "r" ) && ( text2 != "R" ) && ( text2 != "l" ) && ( text2 != "L" ) && ( text2 != null ) ) { 			text2 = prompt("ERREUR ! Entrez la position de l'image.\n'R' ou 'r' pour droite, 'L' ou 'l' pour gauche, ou laisser vide.",""); 		} 		if ( text2 == "l" || text2 == "L" ) { 			text2 = " align=left"; 		} else if ( text2 == "r" || text2 == "R" ) { 			text2 = " align=right"; 		} else { 			text2 = ""; 		} 		var result = "[img" + text2 + "]" + text + "[/img]"; 		xoopsInsertText(domobj, result); 	} 	domobj.focus(); }  function xoopsCodeEmail(id){ 	var text = prompt("Entrez l'adresse e-mail que vous voulez ajouter.", ""); 	var domobj = xoopsGetElementById(id); 	if ( text != null && text != "" ) { 		var result = "[email]" + text + "[/email]"; 		xoopsInsertText(domobj, result); 	} 	domobj.focus(); }  function xoopsCodeQuote(id){ 	var text = prompt("Entrez le texte que vous voulez citer.", ""); 	var domobj = xoopsGetElementById(id); 	if ( text != null && text != "" ) { 		var pos = text.indexOf(unescape('%00')); 		if(0 < pos){ 			text = text.substr(0,pos); 		} 		var result = "[quote]" + text + "[/quote]"; 		xoopsInsertText(domobj, result); 	} 	domobj.focus(); }  function xoopsCodeCode(id){ 	var text = prompt("Entrez les codes que vous voulez ajouter.", ""); 	var domobj = xoopsGetElementById(id); 	if ( text != null && text != "" ) { 		var result = "[code]" + text + "[/code]"; 		xoopsInsertText(domobj, result); 	} 	domobj.focus(); }    function xoopsCodeText(id, hiddentext){ 	var textareaDom = xoopsGetElementById(id); 	var textDom = xoopsGetElementById(id + "Addtext"); 	var fontDom = xoopsGetElementById(id + "Font"); 	var colorDom = xoopsGetElementById(id + "Color"); 	var sizeDom = xoopsGetElementById(id + "Size"); 	var xoopsHiddenTextDomStyle = xoopsGetElementById(hiddentext).style; 	var textDomValue = textDom.value; 	var fontDomValue = fontDom.options[fontDom.options.selectedIndex].value; 	var colorDomValue = colorDom.options[colorDom.options.selectedIndex].value; 	var sizeDomValue = sizeDom.options[sizeDom.options.selectedIndex].value; 	if ( textDomValue == "" ) { 		alert("Merci de saisir le texte dans la boite."); 		textDom.focus(); 	} else { 		if ( fontDomValue != "FONT") { 			textDomValue = "[font=" + fontDomValue + "]" + textDomValue + "[/font]"; 			fontDom.options[0].selected = true; 		} 		if ( colorDomValue != "COLOR") { 			textDomValue = "[color=" + colorDomValue + "]" + textDomValue + "[/color]"; 			colorDom.options[0].selected = true; 		} 		if ( sizeDomValue != "SIZE") { 			textDomValue = "[size=" + sizeDomValue + "]" + textDomValue + "[/size]"; 			sizeDom.options[0].selected = true; 		} 		if (xoopsHiddenTextDomStyle.fontWeight == "bold") { 			textDomValue = "[b]" + textDomValue + "[/b]"; 			xoopsHiddenTextDomStyle.fontWeight = "normal"; 		} 		if (xoopsHiddenTextDomStyle.fontStyle == "italic") { 			textDomValue = "[i]" + textDomValue + "[/i]"; 			xoopsHiddenTextDomStyle.fontStyle = "normal"; 		} 		if (xoopsHiddenTextDomStyle.textDecoration == "underline") { 			textDomValue = "[u]" + textDomValue + "[/u]"; 			xoopsHiddenTextDomStyle.textDecoration = "none"; 		} 		if (xoopsHiddenTextDomStyle.textDecoration == "line-through") { 			textDomValue = "[d]" + textDomValue + "[/d]"; 			xoopsHiddenTextDomStyle.textDecoration = "none"; 		} 		xoopsInsertText(textareaDom, textDomValue); 		textDom.value = ""; 		xoopsHiddenTextDomStyle.color = "#000000"; 		xoopsHiddenTextDomStyle.fontFamily = ""; 		xoopsHiddenTextDomStyle.fontSize = "12px"; 		xoopsHiddenTextDomStyle.visibility = "hidden"; 		textareaDom.focus(); 	} }  function xoopsSavePosition(id) { 	var textareaDom = xoopsGetElementById(id); 	if (textareaDom.createTextRange) { 		textareaDom.caretPos = document.selection.createRange().duplicate(); 	} }  function xoopsInsertText(domobj, text) { 	if (domobj.createTextRange && domobj.caretPos){   		var caretPos = domobj.caretPos; 		caretPos.text = caretPos.text.charAt(caretPos.text.length - 1)  == ' ' ? text + ' ' : text;   	} else if (domobj.getSelection && domobj.caretPos){ 		var caretPos = domobj.caretPos; 		caretPos.text = caretPos.text.charat(caretPos.text.length - 1)   == ' ' ? text + ' ' : text; 	} else { 		domobj.value = domobj.value + text;   	} }  function xoopsCodeSmilie(id, smilieCode) { 	var revisedMessage; 	var textareaDom = xoopsGetElementById(id); 	xoopsInsertText(textareaDom, smilieCode); 	textareaDom.focus(); 	return; }  function xoopsValidate(subjectId, textareaId, submitId) { 	var maxchars = 65535; 	var subjectDom = xoopsGetElementById(subjectId); 	var textareaDom = xoopsGetElementById(textareaId); 	var submitDom = xoopsGetElementById(submitId); 	if (textareaDom.value == "" || subjectDom.value == "") { 		alert("Merci de compl&eacute;ter le sujet et le champs message."); 		return false; 	} 	if (maxchars != 0) { 		if (textareaDom.value.length > maxchars) { 			alert("Votre message est trop long.\n\nLongueur maxi de caract&egrave;res autoris&eacute;e :&nbsp;" + maxchars + "\nLongueur de caract&egrave;res actuelle :&nbsp;" + textareaDom.value.length + ""); 			textareaDom.focus(); 			return false; 		} else { 			submitDom.disabled = true; 			return true; 		} 	} else { 		submitDom.disabled = true; 		return true; 	} } window.onload=init;  //--> </script> <script type="text/javascript" src="http://www.l2.be/themes/L2/popup.js"></script> </head> <body> <script> window.onload=function(){  //new popUp(X Position, Y Position, largeur, hauteur, "id_de_la_popup", "Texte du popup", "couleur arrire-plan popup", "couleur texte", "Font style", "titre", "couleur arrire-plan du titre", "couleur titre", "couleur bordure", "couleur barre de scroll", "couleur ombre", Montrer au chargement de la page ?, Possibilit de bouger la popup ?, Possibilit de la redimensionner ?, Suivant le navigateur le popup s'affiche en tant que fenetre normale ?, Popup apparait une seule fois par session ?); //Configurer la fonction new popUp() suivant celle d'au-dessus //Exemple:  new popUp(200, 100, 300, 175, "box", "Ce site vous plat ? Merci de cliquer <a href='http://www.godasse.ch/vote.php?382' target='_blank'>ici</a> pour voter (ou revoter) pour ce site au classement \"La Godasse\", le classement des sites scouts fracophones !", "#EEF0F2", "black", "bold 9pt verdana", "Votez pour nous !", "#EEF0F2", "white", "#cccccc", "navy", "black", true, true, false, true, true);  } </script>  <!-- Start Header --> <table cellspacing="0" cellpadding="0" width="100%" border="0" style="background-color : #e2e9f1; color: #ffffff">   <tr>     <td height="70" width="100%" valign="middle" align="center"> <center><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" 	codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" 	ID=Untitled WIDTH=700 HEIGHT=100> 	<PARAM NAME=movie VALUE="http://www.l2.be/themes/L2/images/logo2.swf"> 	<PARAM NAME=quality VALUE=high> 	<PARAM NAME=bgcolor VALUE=#E2E9F1> 	<EMBED src="http://www.l2.be/themes/L2/images/logo2.swf" quality=high bgcolor=#E2E9F1 		WIDTH=700 HEIGHT=100 TYPE="application/x-shockwave-flash" 		PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> 	</EMBED> </OBJECT></center><br> </td></tr><tr>     <td width="100%" valign="bottom" align="right" class="navbar" > 	<table border="0" cellpadding="1" cellspacing="0"> 	   <tr>          <td class="tabOff" onmouseover="this.className='tabOn';" onmouseout="this.className='tabOff';"><center><a href="http://www.l2.be">Accueil</a></center></td>          <td class="tabOff" onmouseover="this.className='tabOn';" onmouseout="this.className='tabOff';"><center><a href="http://www.l2.be/modules/xoopsgallery">Galerie Photos</a></center></td>          <td class="tabOff" onmouseover="this.className='tabOn';" onmouseout="this.className='tabOff';"><center><a href="http://www.l2.be/modules/xtremguestbook">Livre d'Or</a></center></td>          <td class="tabOff" onmouseover="this.className='tabOn';" onmouseout="this.className='tabOff';"><center><a href="http://www.l2.be/modules/sqmail/">WebMail</a></center></td>          <td class="tabOff" onmouseover="this.className='tabOn';" onmouseout="this.className='tabOff';"><center><a href="http://www.godasse.ch/vote.php?382" target="_blank">Votez pour nous !</a></center></td> 	   </tr> 	</table>      </td>   </tr> </table> <!-- End Header --> <!-- Start Headerbar --> <table border="0" width="100%" cellspacing="0" cellpadding="0">         <tr>           <td width="10"><img src="http://www.l2.be/themes/L2/hbar_left.gif" width="10" height="23" alt="" /></td>           <td style="background-image: url(http://www.l2.be/themes/L2/hbar_middle.gif);" align="left">&nbsp;</td> <!-- <td width="25%" style="background-image: url(http://www.l2.be/themes/L2/hbar_middle.gif);" align="right"> <form action="http://www.l2.be/search.php" method="post"><input type="hidden" name="PHPSESSID" value="fda2d1957fc62a0dd0218167ac79ad2b" />         <input type="text" name="query" class="navinput" /><input type="hidden" name="action" value="results" /> <input class="navinputImage" type="image" src="http://www.l2.be/themes/L2/searchButton.gif" name="searchSubmit" />     </form></td> --!>           <td width="10"><img src="http://www.l2.be/themes/L2/hbar_right.gif" width="10" height="23" alt="" /></td>         </tr> </table> <!-- End Headerbar -->      <table width="100%"  cellspacing="0" cellpadding="0" border="0">   <tr>         <td class="leftcolumn" valign="top" style="background-image: url(http://www.l2.be/themes/L2/bg_left.gif);"><div class="leftcolumn">         <!-- Start left blocks loop --> <br><center>Site de l'Unit : <br> <a href="http://www.71eme.be/" target="_blank">http://www.71eme.be</a></center><br>                   <div class="blockTitle">Menu</div> <div class="blockContent"><table width="102%" cellspacing="0" cellpadding="0">   <tr>     <td id="mainmenu">       <a  class="menuTop" href="http://www.l2.be/">&nbsp;<img src="http://www.l2.be/themes/L2/menu_arrow_norm.gif" width="6" height="9" alt="" border="0" />&nbsp;Accueil</a>       <!-- start module menu loop -->             <a class="menuMain" href="http://www.l2.be/modules/contact/">&nbsp;<img src="http://www.l2.be/themes/L2/menu_arrow_norm.gif" width="6" height="8" alt="" border="0" />&nbsp;Contactez le staff</a>         	<!-- add dynamic admin links --> 			<!-- end dynamic admin links -->             <a class="menuMain" href="http://www.l2.be/modules/mydownloads/">&nbsp;<img src="http://www.l2.be/themes/L2/menu_arrow_norm.gif" width="6" height="8" alt="" border="0" />&nbsp;T&eacute;l&eacute;chargements</a>         	<!-- add dynamic admin links --> 			<!-- end dynamic admin links -->             <a class="menuMain" href="http://www.l2.be/modules/mylinks/">&nbsp;<img src="http://www.l2.be/themes/L2/menu_arrow_norm.gif" width="6" height="8" alt="" border="0" />&nbsp;Liens Utiles</a>                   <a class="menuSub" href="http://www.l2.be/modules/mylinks/submit.php"><img src="http://www.l2.be/themes/L2/submenu_box_norm.gif" width="6" height="9" alt="" border="0" />&nbsp;Proposer</a>                   <a class="menuSub" href="http://www.l2.be/modules/mylinks/topten.php?hit=1"><img src="http://www.l2.be/themes/L2/submenu_box_norm.gif" width="6" height="9" alt="" border="0" />&nbsp;Populaire</a>                   <a class="menuSub" href="http://www.l2.be/modules/mylinks/topten.php?rate=1"><img src="http://www.l2.be/themes/L2/submenu_box_norm.gif" width="6" height="9" alt="" border="0" />&nbsp;Mieux Not&eacute;s</a>         	<!-- add dynamic admin links --> 							<!-- end dynamic admin links -->             <a class="menuMain" href="http://www.l2.be/modules/news/">&nbsp;<img src="http://www.l2.be/themes/L2/menu_arrow_norm.gif" width="6" height="8" alt="" border="0" />&nbsp;Articles</a>         	<!-- add dynamic admin links --> 			<!-- end dynamic admin links -->             <a class="menuMain" href="http://www.l2.be/modules/buddyfriends/">&nbsp;<img src="http://www.l2.be/themes/L2/menu_arrow_norm.gif" width="6" height="8" alt="" border="0" />&nbsp;Messagerie</a>         	<!-- add dynamic admin links --> 			<!-- end dynamic admin links -->             <a class="menuMain" href="http://www.l2.be/modules/xtremguestbook/">&nbsp;<img src="http://www.l2.be/themes/L2/menu_arrow_norm.gif" width="6" height="8" alt="" border="0" />&nbsp;Livre d&#039;or</a>         	<!-- add dynamic admin links --> 			<!-- end dynamic admin links -->             <a class="menuMain" href="http://www.l2.be/modules/eCal/">&nbsp;<img src="http://www.l2.be/themes/L2/menu_arrow_norm.gif" width="6" height="8" alt="" border="0" />&nbsp;Calendrier</a>         	<!-- add dynamic admin links --> 			<!-- end dynamic admin links -->             <a class="menuMain" href="http://www.l2.be/modules/xoopsgallery/">&nbsp;<img src="http://www.l2.be/themes/L2/menu_arrow_norm.gif" width="6" height="8" alt="" border="0" />&nbsp;Galerie photos</a>         	<!-- add dynamic admin links --> 			<!-- end dynamic admin links -->             <!-- end module menu loop --> <br><br><img src="http://www.l2.be/loup_pourquoi.gif"></td>   </tr> </table></div>                <!-- End left blocks loop -->          </div></td>          <td width="100%" valign="top" class="contentbox">             <div class="content"> <br />               <br /><br />  <p align="center">     <a href="http://www.l2.be/modules/mylinks/index.php"><img src="http://www.l2.be/modules/mylinks/images/logo.gif" alt="" /></a> </p>  <br /><br /><br />                </div>           <!-- Display center blocks if any -->                      <!-- End display center blocks --> <br /> <center><IFRAME height=60 width=468 Marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0  scrolling=no bordercolor="#000000" SRC="http://fl01.ct2.comclick.com/aff_frame.ct2?id_regie=1&num_editeur=960&num_site=2&num_emplacement=1"> <SCRIPT type="text/JavaScript" src="http://fl01.ct2.comclick.com/aff_js_src.ct2?id_regie=1&num_editeur=960&num_site=2&num_emplacement=1"> </SCRIPT> <NOSCRIPT> <A HREF="http://fl01.ct2.comclick.com/click_url.ct2?id_regie=1&num_editeur=960&num_site=2&num_emplacement=1" TARGET="_blank"> <IMG BORDER=0 SRC="http://fl01.ct2.comclick.com/aff_url.ct2?id_regie=1&num_editeur=960&num_site=2&num_emplacement=1"></A> </NOSCRIPT> </IFRAME></center><p> 	 </td>                   <td class="rightcolumn" valign="top" align="right" style="background-image: url(http://www.l2.be/themes/L2/bg_right.gif);"><div class="rightcolumn">         <!-- Start right blocks loop --> <br><center>Site de la Fd : <br> <a href="http://www.fsc.be/" target="_blank">http://www.fsc.be</a></center><br>                   <div class="blockTitle">Connecte-toi !</div> <div class="blockContent"><div align="center"><form action="http://www.l2.be/user.php" method="post"><input type="hidden" name="PHPSESSID" value="fda2d1957fc62a0dd0218167ac79ad2b" /> Pseudo :&nbsp;<br /> <input type="text" name="uname" size="12" value="" class="formTextBox" /><br /> Mot de Passe :&nbsp;<br /> <input type="password" name="pass" size="12" class="formTextBox" /><br /> <input type="hidden" name="xoops_redirect" value="/modules/mylinks/" /> <input type="hidden" name="op" value="login" /> <input type="submit" value="Connexion" class="formButton"  /> </form> <br /> <a href="http://www.l2.be/user.php#lost">Perdu le Mot de Passe ?</a> <br /><br /> <a href="http://www.l2.be/register.php">Inscrivez-vous maintenant !</a> </div> <center><img src="http://www.l2.be/loup_avis.gif" border="0"></center></div>                  <div class="blockTitle">Qui est en ligne ?</div> <div class="blockContent"><div align="center"><b>3</b> utilisateur(s) en ligne (dont <b>0</b> sur <b>Liens Utiles</b>)<br /><br />Membre(s): 0<br />Invit&eacute;(s): 3<br /><br /> <a href="javascript:openWithSelfMain('http://www.l2.be/misc.php?action=showpopups&amp;type=online','Online',420,350);">plus...</a></div><br><center><IFRAME height=60 width=90 Marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0  scrolling=no bordercolor="#000000" SRC="http://fl01.ct2.comclick.com/aff_frame.ct2?id_regie=1&num_editeur=960&num_site=2&num_emplacement=2"> <SCRIPT type="text/JavaScript" src="http://fl01.ct2.comclick.com/aff_js_src.ct2?id_regie=1&num_editeur=960&num_site=2&num_emplacement=2"> </SCRIPT> <NOSCRIPT> <A HREF="http://fl01.ct2.comclick.com/click_url.ct2?id_regie=1&num_editeur=960&num_site=2&num_emplacement=2" TARGET="_blank"> <IMG BORDER=0 SRC="http://fl01.ct2.comclick.com/aff_url.ct2?id_regie=1&num_editeur=960&num_site=2&num_emplacement=2"></A> </NOSCRIPT> </IFRAME> </center></div>                <!-- End right blocks loop -->          </div>          </td>    </tr>            <tr>           <td colspan="3" width="100%">  <table border="0" width="100%" cellspacing="0" cellpadding="0">         <tr>           <td width="10"><img src="http://www.l2.be/themes/L2/hbar_left.gif" width="10" height="23" alt="" /></td>           <td style="background-image: url(http://www.l2.be/themes/L2/hbar_middle.gif);" align="center">&nbsp;<span class="copyright">PC de bureau DIMENSION 2350, 2GHz: 836 euros TTC !! Dcouvrez toutes les meilleures offres DELL !! <A HREF="http://213.162.50.33/bandeaux/dell/dell-dbc-fev-2003/index_texte.htm?id_regie=1&num_editeur=960&num_site=2&num_emplacement=5 &num_campagne=771&num_publicite=2&strat=4&domaine=fl01.ct2.comclick.com" target="_blank"> Cliquez ici ! </A></span></td>           <td width="10"><img src="http://www.l2.be/themes/L2/hbar_right.gif" width="10" height="23" alt="" /></td></tr> </table> </td></tr></table> <br><div align='center'><a href='http://www.votenowar.org/fr/' target='_blank'><img src='http://www.l2.be/vote.gif' border='0'></a><br><br><a href='http://www.frxoops.org/'><img src='http://www.l2.be/xoops01.gif' valign='absmiddle'></a><a href='http://www.php.net/'><img src='http://www.l2.be/xoops02.gif' valign='absmiddle'></a><img src='http://www.l2.be/xoops03.gif' valign='absmiddle'><br><br><a href='http://www.scout.org/'><img src='http://www.l2.be/omms.gif' valign='absmiddle'></a><br><br><font color='000000' face='Verdana,Arial'><small><b>(c) 2002-2003 L2.be - Meute de la Pleine Lune<br>Optimis pour une rsolution 1024x768<br>Site ralis par <a class='footer' href='http://www.l2.be/modules/contact/'>Won-Tolla</a></b></small><br><br><script language="JavaScript" src="http://m1.nedstatbasic.net/basic.js"></script><script language="JavaScript"> <!--   nedstatbasic("ABt8kwwhVw5qp1atbshtiq1aDrkQ", 0); // --> </script><noscript><a target="_blank" href="http://v1.nedstatbasic.net/stats?ABt8kwwhVw5qp1atbshtiq1aDrkQ"><img src="http://m1.nedstatbasic.net/n?id=ABt8kwwhVw5qp1atbshtiq1aDrkQ" border="0" nosave width="18" height="18"></a></noscript></div></body> </html> 
