  	<!--pubframecondnopopup_b--> <HTML>  <meta name="keywords" content="iraq, irak, embargo, enfant, enfants, m&eacute;sopotamie, arabe, islam, tigre, euphrate, babylone, bagdad, baghdad, summer, sumer, guerre, g&eacute;nocide, martyrs, palestine, israel, intifada, intifadha, jerusalem, golfe">  <script type="text/javascript" src="http://www.ifrance.com/_icono/script/pubf_noyau.js"></script> <script type="text/javascript" src="http://www.ifrance.com/_icono/script/pubf.js"></script> <script language="javascript"> 	<!-- 	var ops_s; 	ops_s = 400; 	function myerror() { return true; } 	onerror = myerror;  	var scrollB = 16 	var fermHeight = 10 	var maxWidth = 468+scrollB 	var maxHeight = 60+fermHeight+scrollB  	var objFrame = window.doc  	var ifrUrl = 'http://www.ifrance.com/heberg/tag_pub.htm?rubmerecode=13'  	var canDo = true 	var canAccess = false 	var isLoad = false 	var isFirst = true 	var intMove  	function cestIe5()    {       return ie5    }  	function addWin(objWin) 	{ 		if(canDo || (!canDo && isLoad)) 		{ 			if((nn4 && !nn6) || (objWin.document.body.tagName.toLowerCase() == 'body' && objWin.parent.document.body.tagName.toLowerCase() != 'body' && objWin.parent != objWin) || (objWin.document.body.tagName.toLowerCase() == 'body' && objWin.parent == objWin)) 			{ 				var dimTW = getScrollWinDim(objWin) 				if(dimTW.dimX >= maxWidth && dimTW.dimY >= maxHeight) 				{ 					if(isLoad) stopMove() 					canDo = false 					if((objFrame != objWin) && !isLoad) objFrame = objWin 					canAccess = true 					intMove = window.setInterval('isMoved()',1) 					setFrame() 				} 			} 		} 	}  	function setLoad() 	{ 		isLoad = true 		isFirst = true 	}   	if(window == window.top) 	{ 		var s='<HEAD><TITLE>Bienvenue en Irak - Welcome to Iraq</TITLE>'+ 		'</HEAD><frameset rows="41,*" frameborder="0" border="0" framespacing="0" onload="setLoad()" onunload="stopMove()">'+ 		'<FRAME src="http://www.ifrance.com/heberg/pub.htm?Time=1049828004&Nom=bagdad&FRAME=1" name="pubframe" scrolling="no" noresize>'+ 		'<FRAME src="'+window.location+'?" name="doc">'+ 		'</FRAMESET>'; 		document.write(s); 	}  	 	  //--> </script> </HTML>    <html>  	<head> 		<meta name="keywords" content="iraq, irak, embargo, enfant, enfants, m&eacute;sopotamie, arabe, islam, tigre, euphrate, babylone, bagdad, baghdad, summer, sumer, guerre, g&eacute;nocide, martyrs, palestine, israel, intifada, intifadha, jerusalem, golfe"> 		<meta http-equiv="description" content="Depuis plus de 10 ans, plus de 20 millions d'Irakiens sont sous le coup d'un embargo barbare et g&eacute;nocidaire. Un enfant Irakien meurt toutes les 10 minutes par manque de m&eacute;dicaments, de mat&eacute;riels m&eacute;dicaux ou de malnutrition.  Le pr&eacute;texte invoqu&eacute; par les Am&eacute;ricains pour imposer cette souffrance aux Irakiens est celui de leur d&eacute;sir de changer le r&eacute;gime en place. Non seulement, la d&eacute;monstration de la non-efficacit&eacute; de cet embargo est &eacute;vidente, mais de plus, la vraie raison est le d&eacute;sir des Am&eacute;ricains d'avoir une main-mise sur les r&eacute;gions du Moyen-Orient et de facto, le p&eacute;trole.Tous les discours du monde peuvent manquer d'efficacit&eacute; pour d&eacute;crire cette horreur, alors, voyez vous-m&ecirc;me les images et faites vous votre propre id&eacute;e."> 		<title>Bienvenue en Irak - Welcome to Iraq</title> 		<csactionitem name="B6ED2E1C3"></csactionitem> 		<link rel="stylesheet" href="main.css" media="screen"> 		<style media="screen" type="text/css"><!-- .class { color: #c60; font-size: 18px; font-family: Arial } --></style> 		<csscriptdict> 			<script><!-- CSInit = new Array; function CSScriptInit() { if(typeof(skipPage) != "undefined") { if(skipPage) return; } idxArray = new Array; for(var i=0;i<CSInit.length;i++) 	idxArray[i] = i; CSAction2(CSInit, idxArray);} CSStopExecution = false; function CSAction(array) {  	return CSAction2(CSAct, array); } function CSAction2(fct, array) {  	var result; 	for (var i=0;i<array.length;i++) { 		if(CSStopExecution) return false;  		var actArray = fct[array[i]]; 		if (actArray == null) return false; 		var tempArray = new Array; 		for(var j=1;j<actArray.length;j++) { 			if((actArray[j] != null) && (typeof(actArray[j]) == "object") && (actArray[j].length == 2)) { 				if(actArray[j][0] == "VAR") { 					tempArray[j] = CSStateArray[actArray[j][1]]; 				} 				else { 					if(actArray[j][0] == "ACT") { 						tempArray[j] = CSAction(new Array(new String(actArray[j][1]))); 					} 				else 					tempArray[j] = actArray[j]; 				} 			} 			else 				tempArray[j] = actArray[j]; 		}			 		result = actArray[0](tempArray); 	} 	return result; } CSAct = new Object;  function CSFixFct() { 	var d = document; var w = window; 	if (d.cs.csFix.w != w.innerWidth || d.cs.csFix.h != w.innerHeight) { 		d.location = d.location; } } function CSNSFix(action) { 	var d = document; var w = window; 	if ((navigator.appName == 'Netscape') && (parseInt(navigator.appVersion) == 4)) { 		if (typeof d.cs == 'undefined') { 			d.cs = new Object; 			d.cs.csFix = new Object; 		} else if (CSIsFrame (w) == true) CSFixFct(); 		d.cs.csFix.w = w.innerWidth; 		d.cs.csFix.h = w.innerHeight; 		window.onresize = CSFixFct; 	  } } function CSIsFrame (window) { 	var rootWindow = window.parent; 	if (rootWindow == 'undefined') return false; 	for (i = 0; i < rootWindow.frames.length; i++) 		if (window == rootWindow.frames[i]) return true; 	return false; }  // --></script> 		</csscriptdict> 		<style media="screen" type="text/css"><!-- #harpe { position: absolute; z-index: 0; top: 378px; left: 225px; width: 58px; height: 99px; visibility: visible } #palmiers { position: absolute; z-index: 1; top: 398px; left: 496px; width: 83px; height: 125px; visibility: visible } #fillette { position: absolute; z-index: 2; top: 311px; left: 7px; width: 83px; height: 123px; visibility: visible } #mosquee { position: absolute; top: 298px; left: 441px; width: 124px; height: 86px; visibility: visible } #lion { position: absolute; top: 460px; left: 11px; width: 123px; height: 76px; visibility: visible } --></style> 		<meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> 		<csactiondict> 			<script><!-- CSInit[CSInit.length] = new Array(CSNSFix);  // --></script> 		</csactiondict> 		<csactions> 			<csaction name="B6ED2E1C3" class="Netscape CSS Fix" type="onload"> 		</csactions> 	</head>  	<body  bgcolor="#ffffff" onload="CSScriptInit();"><div id="pubLay" style="position: absolute; top: 0px; right: 0px; width: 468; height: 60; visibility: hidden; z-index: 1003;"><table cellpadding="0" cellspacing="0" border="0"> <tr> <td id="pubif"></td> </tr> <tr> <td align="left"><a href="javascript:top.resetVis(window)"><img src="http://www.ifrance.com/_icono/newpubf/fermer.gif" width="74" height="10" border="0" alt="fermer" title="Fermer" /></a></td> </tr> </table></div> <script type="text/javascript"> if ( (window.top != window) && ( ! cestIe5())) { 	window.top.ifrUrl = 'http://www.ifrance.com/heberg/tag_pub.htm?rubmerecode=13' 	window.top.addWin(window) } </script>  		<p></p> 		<table cool width="689" height="621" usegridx usegridy showgridx showgridy gridx="10" gridy="10" border="0" cellpadding="0" cellspacing="0" bgcolor="black"> 			<tr height="50"> 				<td width="688" height="50" colspan="6"><spacer type="block" width="688" height="50"></td> 				<td width="1" height="50"><spacer type="block" width="1" height="50"></td> 			</tr> 			<tr height="70"> 				<td width="59" height="70"><spacer type="block" width="59" height="70"></td> 				<td width="570" height="70" colspan="4" align="left" xpos="59" content valign="top" csheight="50"> 					<div align="center"> 						<h1><font color="white" size="+3">Bienvenue en Irak - Welcome to Iraq</font></h1> 					</div> 				</td> 				<td width="59" height="70"><spacer type="block" width="59" height="70"></td> 				<td width="1" height="70"><spacer type="block" width="1" height="70"></td> 			</tr> 			<tr height="60"> 				<td width="194" height="60" colspan="3"><spacer type="block" width="194" height="60"></td> 				<td width="415" height="60" valign="top" align="left" xpos="194"><a href="sommaire.html"><img src="Images/imagindex/drapeaun.jpg" width="300" height="50" border="0"></a></td> 				<td width="79" height="500" colspan="2" rowspan="2"><spacer type="block" width="79" height="500"></td> 				<td width="1" height="60"><spacer type="block" width="1" height="60"></td> 			</tr> 			<tr height="440"> 				<td width="79" height="440" colspan="2"><spacer type="block" width="79" height="440"></td> 				<td width="530" height="440" colspan="2" align="left" xpos="79" content valign="top" csheight="20"> 					<div align="center"> 						<h2><font color="red"><a href="sommaire.html">Cliquez Ici Pour Commencer Votre Visite</a></font></h2> 					</div> 				</td> 				<td width="1" height="440"><spacer type="block" width="1" height="440"></td> 			</tr> 			<tr height="1" cntrlrow> 				<td width="59" height="1"><spacer type="block" width="59" height="1"></td> 				<td width="20" height="1"><spacer type="block" width="20" height="1"></td> 				<td width="115" height="1"><spacer type="block" width="115" height="1"></td> 				<td width="415" height="1"><spacer type="block" width="415" height="1"></td> 				<td width="20" height="1"><spacer type="block" width="20" height="1"></td> 				<td width="59" height="1"><spacer type="block" width="59" height="1"></td> 				<td width="1" height="1"><spacer type="block" width="1" height="1"></td> 			</tr> 		</table> 		<p><a href="http://be.nedstat.net/cgi-bin/viewstat?name=irak&taal=fr"> <img src="http://be.nedstat.net/cgi-bin/nedstat.gif?name=irak" border=0 alt="" width=22 height=22></a></p> 	</body>  </html> 
