From: <Saved by Microsoft Internet Explorer 5>
Subject: News
Date: Thu, 16 Jun 2005 14:54:32 -0700
MIME-Version: 1.0
Content-Type: multipart/related;
	type="text/html";
	boundary="----=_NextPart_000_0000_01C57283.4DD2CCB0"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527

This is a multi-part message in MIME format.

------=_NextPart_000_0000_01C57283.4DD2CCB0
Content-Type: text/html;
	charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://news.independent.co.uk/world/middle_east/story.jsp?story=647176

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--	Template: story.jsp (new)		--><HTML><HEAD><TITLE>News</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dwindows-1252">
<SCRIPT language=3DJavaScript>=0A=
<!--=0A=
=0A=
function SymError()=0A=
{=0A=
  return true;=0A=
}=0A=
=0A=
window.onerror =3D SymError;=0A=
=0A=
var SymRealWinOpen =3D window.open;=0A=
=0A=
function SymWinOpen(url, name, attributes)=0A=
{=0A=
  return (new Object());=0A=
}=0A=
=0A=
window.open =3D SymWinOpen;=0A=
=0A=
//-->=0A=
</SCRIPT>

<SCRIPT type=3Dtext/javascript><!--

var pfCookie =3D getCookieVal( "archive_summaries" );
document.SHOW_SUMMARIES =3D (pfCookie =3D=3D null) || (pfCookie=3D=3D =
"1") ;

if( ! document.TEXT_NODE )		document.TEXT_NODE=3D3;	//ie fix
if( ! document.ELEMENT_NODE )	document.ELEMENT_NODE=3D1;	//ie fix

function isMac(){
	if( navigator && navigator.userAgent ){
		if( navigator.userAgent.indexOf("Mac") >=3D0  )
			return true;
	}//if
	return false;
}//fn

function isIE( version ){
	if( navigator && navigator.userAgent ){
		var ua=3Dnavigator.userAgent ;
		var idx=3Dua.indexOf( " MSIE "+version +"." );
		if( idx >=3D0 )
			return true;
	}//if
	return false;
}//fn

function storeCookie(key,val) {=20
	var age =3D  100*24*3600 * 1000;	// ms in 100 days
	storeCookieKey( key, val, age, true );
}//storeCookie
=09
function storeCookie(key,val,age,reloadPg) {=20
	var expDate =3D new Date();
	var expTime =3D expDate.getTime()  + age;
	expDate.setTime( expTime );
	 	document.cookie =3D 	key +"=3D"+ val + "; expires=3D"+ =
expDate.toGMTString() ;
=09
=09
	if( reloadPg )
		window.location.reload();
}//storeCookie
=09
function getCookieVal( key ){
	var cookiesText =3D document.cookie;
	var keyAt =3D cookiesText.indexOf(key);		//get position of key
	=20
	 	//window.alert("Cookie Key: "+key+" is at "+ keyAt );
=09
	  if (keyAt =3D=3D -1)  return null; =20
	 =20
	  var sepAt =3D cookiesText.indexOf("=3D", keyAt );					//find next =
seperator pos after key
	  var endAt =3D cookiesText.indexOf(";", sepAt );					//find first =
delim. after sep.
	  if (endAt =3D=3D -1) 	  endAt =3D cookiesText.length; 		// Last pair =
has no delimiter
	 =20
	  var val =3D cookiesText.substring( 1+ sepAt, endAt);
	 =20
 	 	 //window.alert("Cookie Key: "+key+" has val \n"+val);
	  return val;
}//func

function interceptClickBuyStory( premUrl, premQS, jumpUrl, cookieKey  ){
	var showSumms =3D document.SHOW_SUMMARIES;
	if( cookieKey ){=09
	var portfolioCookie =3D getCookieVal( cookieKey );
		showSumms =3D (portfolioCookie =3D=3D null) || (portfolioCookie=3D=3D =
"1") ;
	}//if
	displayClickBuyStory(showSumms, premUrl, premQS, jumpUrl);
	return false;
}//func

function displayClickBuyStory( showSummaries,  premUrl, premQS, jumpUrl  =
){
	if( premUrl.length > 0 ){
		if( showSummaries )
			window.location =3D jumpUrl;
		else{
			var btAppend =3D "$$$javascript:self.close();";    // ensure c&b back =
button functions properly.
			var styleQS =3D "&STYLE_SHEET=3D"+ getCookieVal( "STYLE_SHEET" );
			newWindow =3D window.open( premUrl + "?"+ premQS + styleQS + =
btAppend, "portfolio_window");
			newWindow.focus();
		}
	}else
		window.location =3D jumpUrl;
}//fn




function openPremXwordWin( xword, printable){		//xword is the crossword =
filename, printable is flag (true/false)
	var goDirect=3D ! document.SHOW_SUMMARIES;
	var htmlPos =3D xword.lastIndexOf("cryptic.html");
	if( htmlPos > 0 )
		xword=3Dxword.substring(0,htmlPos);

	htmlPos =3D xword.lastIndexOf("printable.html");
	if( htmlPos > 0 )
		xword=3Dxword.substring(0,htmlPos);
=09
	var url=3D"/crosswords/crossword.jsp";
	if( goDirect )
		url =3D =
"https://bt.premium-link.net/newauth/popup0/http://bt.premium-link.net/$5=
9096$0$/crossword.jsp";
	if( printable )
		url +=3D "?printable=3Dtrue";
   	else
	    url +=3D "?cryptic=3Dtrue";
=09
	url +=3D "&crossword=3D"+ xword;
	url +=3D "&cb_content_name=3D"+ escape( "Cryptic Crossword: "+ xword );

	if( goDirect )
		xwordWin  =3D =
window.open(url,"xwordWin",'toolbar=3D1,location=3D0,directories=3D0,stat=
us=3D0,menubar=3D0,scrollbars=3D1,resizable=3D1,width=3D750,height=3D750'=
);
	else
		window.location=3Durl;
=09
	return false; //must return false to link
}//fn


function getDateString(){=20
	var months =3D new =
Array("January","February","March","April","May","June","July","August","=
September","October","November","December");=09
	var today  =3D new Date();
	var year  =3D today.getYear() , 	month =3D today.getMonth(),
	dayOfWk  =3D today.getDay(), dayOfMonth=3Dtoday.getDate() ,
	hh  =3D today.getHours(),	mm =3D today.getMinutes();

	if(year < 1000)             year +=3D 1900;        =20
	if (hh < 10 ) 	   hh=3D "0" + hh;=20
	if (mm< 10 )   mm =3D "0" + mm;=20

	var dateStr =3D dayOfMonth + " "+ months[month] + " "+ year + "  "+ hh+ =
":" + mm;

	return dateStr;
=09
}//function


function toggle(button, trueVal, falseVal){
	if(button.value=3D=3DtrueVal){
		button.value=3DfalseVal;
		button.checked=3Dfalse;=20
	}else{
		button.value=3DtrueVal;
		button.checked=3Dtrue; =20
	}//else
}//function


function openWin1 (url){
	openNewWin(url,520,600);
}

function openNewWin(url, w, h){
	var atts =3D  =
'width=3D'+w+',height=3D'+h+',menubar=3Dyes,scrollable=3Dyes,resizable=3D=
no,toolbar=3Dno,location=3Dno,directories=3Dno,status=3D0,toolbar=3D0,men=
ubar=3D0,scrollbars=3D1,resizable=3D0';
	var newWindow =3D open (url, '_blank',atts);
	newWindow.focus ();
	if (document.layers)
		open (location, '_self')
}



STYLE_FILES =3D new Array ("BIG","style_large.css", "MEDIUM", =
"style_medium.css", "SMALL", "style_small.css");
DEFAULT_STYLE =3D "style_small.css", DEFAULT_STYLE_KEY =3D "SMALL";

function getStyleFile(){
	var key =3D getCookieVal( "STYLE_SHEET" );
	var file=3DDEFAULT_STYLE;
	for( s=3D0; s< STYLE_FILES.length; s+=3D2 ){
		if( key =3D=3D STYLE_FILES[s] )
			file =3D STYLE_FILES[s+1];
	}//for
=09
	//window.status =3D "styleKey :  "+ key;

	return file;
}//func

function getStyleKey(){
	var key =3D getCookieVal( "STYLE_SHEET" );
	var setting=3DDEFAULT_STYLE_KEY;
	for( s=3D0; s< STYLE_FILES.length; s+=3D2 ){
		if( key =3D=3D STYLE_FILES[s] )
			setting =3D key;
	}//for

	return setting;
}//func

function getStyleSheet(){
	document.writeln("<link rel=3D\"STYLESHEET\" type=3D\"text/css\" =
href=3D\"/includes/styles/style_main.css\">");
	document.writeln("<link rel=3D\"STYLESHEET\" type=3D\"text/css\" =
href=3D\"/includes/styles/"+ getStyleFile() +"\">");
	document.writeln("<style type=3D\"text/css\" media=3D\"all\">@import =
\"/includes/styles/style_ie.css\";</style>");=09
}//func



function openWin1 (url){
	openNewWin(url,520,600);
}

function openNewWin(url, w, h){
	var atts =3D  =
'width=3D'+w+',height=3D'+h+',menubar=3Dyes,scrollable=3Dyes,resizable=3D=
no,toolbar=3Dno,location=3Dno,directories=3Dno,status=3D0,toolbar=3D0,men=
ubar=3D0,scrollbars=3D1,resizable=3D0';
	var newWindow =3D open (url, '_blank',atts);
	newWindow.focus ();
	if (document.layers)
		open (location, '_self')
}



function shuffleArray( dataArray, shuffles ){
	if( dataArray.length <2)
		return dataArray;
=09
	var len =3D dataArray.length;
	for( s=3D0; s< shuffles; s++ ){
		var shuffled =3D new Array (len);
		var shuffPoint =3D  Math.round( Math.random() * (len-1) );
=09
		for( e=3DshuffPoint; e<len;  e++ )
			shuffled[ e-shuffPoint ] =3D dataArray[e];=20
		for( e=3D0; e<shuffPoint; e++ )
			shuffled[ e+ (len-shuffPoint) ] =3D dataArray[e];=20
=09
		dataArray =3D shuffled;
	}//for
	return dataArray;
}//fn
=09
function getRandomAdIds( cmpIds, optIds, totalAds ){
	cmpIds =3D shuffleArray( cmpIds, 3 );
	optIds =3D shuffleArray( optIds, 3 );
=09
	var adArray =3D new Array( totalAds );
	var adCount =3D0;
	for( a=3D0; a<cmpIds.length; a++){
		if(adCount < totalAds){
			adArray[adCount] =3D cmpIds[a] ;
			adCount++;
		}//if
	}
	for( a=3D0; a<optIds.length; a++){
		if( adCount<totalAds ){
			adArray[adCount] =3D optIds[a] ;
			adCount++;
		}//if
	}//for
=09
	return adArray;=09
}//func

function timeStampPage( refTime, serverStamp ){
		var debug =3D getCookieVal( "INDY_DEBUG" );
		if( debug !=3D "1" )
			return;
		var requestTime  =3D  new Date( refTime );
		var nowTime =3D new Date();
		var nowTimeStamp =3D nowTime.getDate() + " / "+ ( =
nowTime.getMonth()+1)  + " / "+  new String( nowTime.getYear() =
).substr(2);
		var diff =3D ( nowTime.getTime() - requestTime.getTime() ) / 1000;
=09
		document.writeln( serverStamp );
		document.writeln( "<br>\nLocal time is "+ nowTimeStamp + " --- =
elapsed: " + Math.round( diff ) );
}//fn
=09

//-->
</SCRIPT>

<SCRIPT language=3Djavascript type=3Dtext/javascript><!--
if (parent !=3D self)
	window.parent.location =3D location;
getStyleSheet();	// in clientScripts include

//-->
</SCRIPT>

<META content=3D"The Independent Newspaper" name=3Ddescription>
<META=20
content=3D"The Independent, Independent.co.uk, newspaper, UK, Britain, =
England, London, broadsheet, latest, news, argument, forum, =
competitions, sport, entertainment, PDA, 50best"=20
name=3Dkeywords>
<META content=3DNOARCHIVE name=3DROBOTS>
<META content=3D"MSHTML 6.00.2900.2668" name=3DGENERATOR></HEAD>
<BODY text=3D#000000 bgColor=3D#ffffff leftMargin=3D5 topMargin=3D0 =
marginwidth=3D"0"=20
marginheight=3D"0"><A name=3Dtop></A><!-- top table -->
<TABLE cellSpacing=3D0 cellPadding=3D0 width=3D750 border=3D0><!-- =
banner and logo -->
  <TBODY>
  <TR>
    <TD width=3D200 height=3D60><A =
href=3D"http://www.independent.co.uk/"><IMG=20
      alt=3Dindependent.co.uk hspace=3D10=20
      =
src=3D"http://www.independent.co.uk/img/newsite/furniture/new_indy_logo3.=
gif"=20
      border=3D0></A><BR clear=3Dall></TD>
    <TD align=3Dmiddle height=3D60>
      <TABLE height=3D80 cellSpacing=3D0 cellPadding=3D0 width=3D488 =
border=3D0>
        <TBODY>
        <TR height=3D80>
          <TD width=3D468 height=3D80><!--  Advertron2: Adlink Banner =
(news)   ( #760 )  --><!------- Start of (News) DoubleClick ADJ Tag, =
size : 468x60 ------><!------- End of DoubleClick ADJ Tag, size : 468x60 =
 ------></TD></TR></TBODY></TABLE><!-- banner and logo end-->
    <TD></TD><!-- stripadvert end-->
  <TR>
    <TD class=3Dwhitebg colSpan=3D2><IMG height=3D4=20
      src=3D"http://news.independent.co.uk/img/furniture/trans.gif"=20
  width=3D1></TD></TR></TBODY></TABLE><!-- end top table --><!-- main =
table -->
<TABLE cellSpacing=3D0 cellPadding=3D0 width=3D750 border=3D0>
  <TBODY>
  <TR>
    <TD vAlign=3Dtop align=3Dleft width=3D130><!-- navigation -->
      <TABLE cellSpacing=3D0 cellPadding=3D2 width=3D130 border=3D0>
        <TBODY>
        <TR class=3Dnavibg>
          <TD>&nbsp;<A class=3Dnavbd=20
            href=3D"http://sport.independent.co.uk/">Sport</A></TD></TR>
        <TR>
          <TD height=3D1><IMG height=3D1=20
            =
src=3D"http://news.independent.co.uk/img/furniture/trans.gif"=20
          width=3D1></TD></TR></TBODY></TABLE>
      <TABLE cellSpacing=3D0 cellPadding=3D2 width=3D130 border=3D0>
        <TBODY>
        <TR class=3Dnavibg>
          <TD>&nbsp;<A class=3Dnavbd=20
            =
href=3D"http://comment.independent.co.uk/">Comment</A></TD></TR>
        <TR>
          <TD height=3D1><IMG height=3D1=20
            =
src=3D"http://news.independent.co.uk/img/furniture/trans.gif"=20
          width=3D1></TD></TR></TBODY></TABLE>
      <TABLE cellSpacing=3D0 cellPadding=3D2 width=3D130 border=3D0>
        <TBODY>
        <TR class=3Dnavibg>
          <TD>&nbsp;<A class=3Dnavbd=20
            =
href=3D"http://education.independent.co.uk/">Education</A></TD></TR>
        <TR>
          <TD height=3D1><IMG height=3D1=20
            =
src=3D"http://news.independent.co.uk/img/furniture/trans.gif"=20
          width=3D1></TD></TR></TBODY></TABLE>
      <TABLE cellSpacing=3D0 cellPadding=3D2 width=3D130 border=3D0>
        <TBODY>
        <TR class=3Dnavibg>
          <TD>&nbsp;<A class=3Dnavbd=20
            =
href=3D"http://motoring.independent.co.uk/">Motoring</A></TD></TR>
        <TR>
          <TD height=3D1><IMG height=3D1=20
            =
src=3D"http://news.independent.co.uk/img/furniture/trans.gif"=20
          width=3D1></TD></TR></TBODY></TABLE>
      <TABLE cellSpacing=3D0 cellPadding=3D2 width=3D130 border=3D0>
        <TBODY>
        <TR class=3Dnavibg>
          <TD>&nbsp;<A class=3Dnavbd=20
            href=3D"http://money.independent.co.uk/">Money</A></TD></TR>
        <TR>
          <TD height=3D1><IMG height=3D1=20
            =
src=3D"http://news.independent.co.uk/img/furniture/trans.gif"=20
          width=3D1></TD></TR></TBODY></TABLE>
      <TABLE cellSpacing=3D0 cellPadding=3D2 width=3D130 border=3D0>
        <TBODY>
        <TR class=3Dnavibg>
          <TD>&nbsp;<A class=3Dnavbd=20
            href=3D"http://jobs.independent.co.uk/">Jobs</A></TD></TR>
        <TR>
          <TD height=3D1><IMG height=3D1=20
            =
src=3D"http://news.independent.co.uk/img/furniture/trans.gif"=20
          width=3D1></TD></TR></TBODY></TABLE>
      <TABLE cellSpacing=3D0 cellPadding=3D2 width=3D130 border=3D0>
        <TBODY>
        <TR class=3Dnavibg>
          <TD>&nbsp;<A class=3Dnavbd=20
            =
href=3D"http://travel.independent.co.uk/">Travel</A></TD></TR>
        <TR>
          <TD height=3D1><IMG height=3D1=20
            =
src=3D"http://news.independent.co.uk/img/furniture/trans.gif"=20
          width=3D1></TD></TR></TBODY></TABLE>
      <TABLE cellSpacing=3D0 cellPadding=3D2 width=3D130 border=3D0>
        <TBODY>
        <TR class=3Dnavibg>
          <TD>&nbsp;<A class=3Dnavbd=20
            =
href=3D"http://enjoyment.independent.co.uk/">Enjoyment</A></TD></TR>
        <TR>
          <TD height=3D1><IMG height=3D1=20
            =
src=3D"http://news.independent.co.uk/img/furniture/trans.gif"=20
          width=3D1></TD></TR></TBODY></TABLE>
      <TABLE cellSpacing=3D0 cellPadding=3D2 width=3D130 border=3D0>
        <TBODY>
        <TR class=3Dnavibgnews>
          <TD>&nbsp;<A class=3Dnavbd=20
            href=3D"http://news.independent.co.uk/">News</A></TD></TR>
        <TR>
          <TD>&nbsp;&nbsp;<A class=3Dnvb=20
            =
href=3D"http://news.independent.co.uk/uk/">UK</A><BR>&nbsp;&nbsp;&nbsp;&n=
bsp;<A=20
            class=3Dnv=20
            =
href=3D"http://news.independent.co.uk/uk/crime/">Crime</A><BR>&nbsp;&nbsp=
;&nbsp;&nbsp;<A=20
            class=3Dnv=20
            =
href=3D"http://news.independent.co.uk/uk/environment/">Environment</A><BR=
>&nbsp;&nbsp;&nbsp;&nbsp;<A=20
            class=3Dnv=20
            =
href=3D"http://news.independent.co.uk/uk/health_medical/">Health/Medical<=
/A><BR>&nbsp;&nbsp;&nbsp;&nbsp;<A=20
            class=3Dnv=20
            =
href=3D"http://news.independent.co.uk/uk/legal/">Legal</A><BR>&nbsp;&nbsp=
;&nbsp;&nbsp;<A=20
            class=3Dnv=20
            =
href=3D"http://news.independent.co.uk/uk/politics/">Politics</A><BR>&nbsp=
;&nbsp;&nbsp;&nbsp;<A=20
            class=3Dnv =
href=3D"http://news.independent.co.uk/uk/this_britain/">This=20
            Britain</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;<A class=3Dnv=20
            =
href=3D"http://news.independent.co.uk/uk/transport/">Transport</A><BR>&nb=
sp;&nbsp;&nbsp;&nbsp;<A=20
            class=3Dnv=20
            =
href=3D"http://news.independent.co.uk/uk/ulster/">Ulster</A><BR>&nbsp;&nb=
sp;<A=20
            class=3Dnvb=20
            =
href=3D"http://news.independent.co.uk/europe/">Europe</A><BR>&nbsp;&nbsp;=
<A=20
            class=3Dnvb=20
            =
href=3D"http://news.independent.co.uk/media/">Media</A><BR>&nbsp;&nbsp;<A=
=20
            class=3Dnvb=20
            =
href=3D"http://news.independent.co.uk/world/">World</A><BR>&nbsp;&nbsp;&n=
bsp;&nbsp;<A=20
            class=3Dnv=20
            =
href=3D"http://news.independent.co.uk/world/environment/">Environment</A>=
<BR>&nbsp;&nbsp;&nbsp;&nbsp;<A=20
            class=3Dnv=20
            =
href=3D"http://news.independent.co.uk/world/politics/">Politics</A><BR>&n=
bsp;&nbsp;&nbsp;&nbsp;<A=20
            class=3Dnv=20
            =
href=3D"http://news.independent.co.uk/world/science_technology/">Sci/Tech=
nology</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;<A=20
            class=3Dnv=20
            =
href=3D"http://news.independent.co.uk/world/africa/">Africa</A><BR>&nbsp;=
&nbsp;&nbsp;&nbsp;<A=20
            class=3Dnv=20
            =
href=3D"http://news.independent.co.uk/world/americas/">Americas</A><BR>&n=
bsp;&nbsp;&nbsp;&nbsp;<A=20
            class=3Dnv=20
            =
href=3D"http://news.independent.co.uk/world/asia/">Asia</A><BR>&nbsp;&nbs=
p;&nbsp;&nbsp;<A=20
            class=3Dnv=20
            =
href=3D"http://news.independent.co.uk/world/australasia/">Australasia</A>=
<BR>&nbsp;&nbsp;&nbsp;&nbsp;<A=20
            class=3Dnv=20
            =
href=3D"http://news.independent.co.uk/world/middle_east/">Middle=20
            East</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;<A class=3Dnv=20
            href=3D"http://news.independent.co.uk/world/fisk/">Robert=20
            Fisk</A><BR>&nbsp;&nbsp;<A class=3Dnvb=20
            =
href=3D"http://news.independent.co.uk/business/">Business</A><BR>&nbsp;&n=
bsp;&nbsp;&nbsp;<A=20
            class=3Dnv=20
            =
href=3D"http://news.independent.co.uk/business/news/">News</A><BR>&nbsp;&=
nbsp;&nbsp;&nbsp;<A=20
            class=3Dnv=20
            =
href=3D"http://news.independent.co.uk/business/analysis_and_features/">An=
alysis=20
            &amp; Features</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;<A class=3Dnv=20
            =
href=3D"http://news.independent.co.uk/business/comment/">Comment</A><BR>&=
nbsp;&nbsp;&nbsp;&nbsp;<A=20
            class=3Dnv=20
            =
href=3D"http://news.independent.co.uk/business/sme/">SME</A><BR>&nbsp;&nb=
sp;&nbsp;&nbsp;<A=20
            class=3Dnv=20
            =
href=3D"http://news.independent.co.uk/business/citywire/">Citywire</A><BR=
>&nbsp;&nbsp;<A=20
            class=3Dnvb=20
            =
href=3D"http://news.independent.co.uk/people/">People</A><BR>&nbsp;&nbsp;=
&nbsp;&nbsp;<A=20
            class=3Dnv=20
            =
href=3D"http://news.independent.co.uk/people/obituaries/">Obituaries</A><=
BR>&nbsp;&nbsp;&nbsp;&nbsp;<A=20
            class=3Dnv=20
            =
href=3D"http://news.independent.co.uk/people/profiles/">Profiles</A><BR>&=
nbsp;&nbsp;&nbsp;&nbsp;<A=20
            class=3Dnv=20
            =
href=3D"http://news.independent.co.uk/people/pandora/">Pandora</A><BR></T=
D></TR>
        <TR>
          <TD height=3D2><IMG height=3D2=20
            =
src=3D"http://news.independent.co.uk/img/furniture/trans.gif"=20
          width=3D1></TD></TR></TBODY></TABLE><BR clear=3Dall><!-- =
navigation end --></TD>
    <TD width=3D10>&nbsp;</TD>
    <TD vAlign=3Dtop align=3Dleft width=3D445><!-- content -->
      <P class=3Dpadnone><!-- location bar --><A class=3Dblack12px=20
      href=3D"http://www.independent.co.uk/">Home</A>&nbsp;&nbsp;<B=20
      class=3Dblack12px>&gt;</B>&nbsp;<A class=3Dblack12px=20
      href=3D"http://news.independent.co.uk/">News</A>&nbsp;<B=20
      class=3Dblack12px>&gt;</B>&nbsp;<A class=3Dblack12px=20
      href=3D"http://news.independent.co.uk/world">World</A>&nbsp;<B=20
      class=3Dblack12px>&gt;</B>&nbsp;<A=20
      href=3D"http://news.independent.co.uk/world/middle_east">Middle =
East</A><BR=20
      clear=3Dall><BR><!-- location bar end --></P><!--	Template: =
story.jsp		--><!--	Story ID: 647176-->
      <TABLE cellSpacing=3D0 cellPadding=3D10 width=3D165 align=3Dright=20
        bgColor=3D#f5f5f5><TBODY>
        <TR>
          <TD class=3Dthirdcolumn vAlign=3Dtop align=3Dleft =
bgColor=3D#f5f5f5><!-- Editorial slots 2 & 3 --><!-- editorial ad slot2  =

--><!--  Advertron2: Slot 2 - Editor's Choice   ( #1379 )  --><!-- =
Indy:Include story# 324058 -->
            <P class=3Dred id=3Dsectionheadline>Editor's Choice</P>
            <P><A class=3Dblack12px=20
            =
href=3D"http://money.independent.co.uk/property/homes/story.jsp?story=3D6=
46872"><B=20
            class=3Dgrey>Me and My Home</B><BR><IMG height=3D44=20
            =
src=3D"http://www.independent.co.uk/images/edschoice/2005-06/quentin40.gi=
f"=20
            width=3D40 align=3Dleft vspace=3D2 border=3D0> With motoring =
presenter=20
            Quentin Willson</A></P>
            <P><A class=3Dblack12px=20
            =
href=3D"http://comment.independent.co.uk/commentators/story.jsp?story=3D6=
46937"><B=20
            class=3Dgrey>Charles Kennedy</B><BR><IMG height=3D44=20
            =
src=3D"http://www.independent.co.uk/images/edschoice/2005-06/kennedy40.gi=
f"=20
            width=3D40 align=3Dleft vspace=3D2 border=3D0> Bury the =
treaty and create=20
            new vision for Europe</A></P>
            <P><A class=3Dblack12px=20
            =
href=3D"http://news.independent.co.uk/uk/health_medical/story.jsp?story=3D=
647033"><B=20
            class=3Dgrey>Deborah Ross</B><BR><IMG height=3D44=20
            =
src=3D"http://www.independent.co.uk/images/edschoice/mugs/ross.gif"=20
            width=3D40 align=3Dleft vspace=3D2 border=3D0> Detoxing =
celebrity style with=20
            Gwyneth's guru</A></P>
            <P><A class=3Dblack12px=20
            =
href=3D"http://comment.independent.co.uk/columnists_a_l/johann_hari/story=
.jsp?story=3D646942"><B=20
            class=3Dgrey>Johann Hari</B><IMG height=3D11 =
alt=3D"independent portfolio"=20
            =
src=3D"http://www.independent.co.uk/img/furniture/clickandbuy/pp.gif"=20
            width=3D24 border=3D0><BR>Relief a waste of money? Try =
telling that to=20
            the people of Tanzania </A></P>
            <P><A class=3Dblack12px=20
            =
href=3D"http://news.independent.co.uk/media/story.jsp?story=3D646971"><B =

            class=3Dgrey>End of media era</B><BR>Farewell to Fleet =
St</A></P>
            <P><A class=3Dblack12px=20
            =
href=3D"http://comment.independent.co.uk/columnists_a_l/mary_dejevsky/sto=
ry.jsp?story=3D646940"><B=20
            class=3Dgrey>Mary Dejevsky</B><IMG height=3D11=20
            alt=3D"independent portfolio"=20
            =
src=3D"http://www.independent.co.uk/img/furniture/clickandbuy/pp.gif"=20
            width=3D24 border=3D0><BR>We need more selfish high-heeled=20
            bitches</A></P>
            <P><A class=3Dblack12px=20
            href=3D"http://www.independent.co.uk/cfd/democracy.jsp"><B=20
            class=3Dgrey>Democracy campaign</B><BR>Independent's =
petition</A></P>
            <P class=3Dred id=3Dsectionheadline>Day In A Page</P>
            <P><A class=3Dblack12px=20
            =
href=3D"http://www.independent.co.uk/edaily/esunday/">Sun</A> | <A=20
            class=3Dblack12px=20
            =
href=3D"http://www.independent.co.uk/edaily/emonday/">Mon</A> | <A=20
            class=3Dblack12px=20
            =
href=3D"http://www.independent.co.uk/edaily/etuesday/">Tue</A> | <A=20
            class=3Dblack12px=20
            =
href=3D"http://www.independent.co.uk/edaily/ewednesday/">Wed</A> | <A=20
            class=3Dblack12px=20
            =
href=3D"http://www.independent.co.uk/edaily/ethursday/">Thu</A> | <A=20
            class=3Dblack12px=20
            =
href=3D"http://www.independent.co.uk/edaily/efriday/">Fri</A> | <A=20
            class=3Dblack12px=20
            =
href=3D"http://www.independent.co.uk/edaily/esaturday/">Sat</A> </P>
            <P class=3Dred=20
            =
id=3Dsectionheadline>Plus&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;</P>
            <P><A class=3Dblack12px=20
            =
href=3D"http://news.independent.co.uk/uk/politics/story.jsp?story=3D63782=
6"><B>Campaign=20
            For Democracy</B></A> | <A class=3Dblack12px=20
            =
href=3D"http://news.independent.co.uk/people/obituaries/">Obituaries</A> =

            | <A class=3Dblack12px=20
            href=3D"http://comment.independent.co.uk/letters/">Letters =
to the=20
            Editor</A> | <A class=3Dblack12px=20
            =
href=3D"http://news.independent.co.uk/people/pandora/">Pandora: The=20
            Independent Diary</A> | <A class=3Dblack12px=20
            =
href=3D"http://forums.delphiforums.com/IndyBookGroup/messages"=20
            target=3Dnew>The Independent Book Group</A> | <A =
class=3Dblack12px=20
            =
href=3D"http://www.independent.co.uk/portfolio/">Portfolio<IMG=20
            height=3D11 alt=3D"independent portfolio"=20
            =
src=3D"http://www.independent.co.uk/img/furniture/clickandbuy/pp.gif"=20
            width=3D24 border=3D0>packages</A> | <A class=3Dblack12px=20
            =
href=3D"http://www.independent.co.uk/story.jsp?story=3D59363">Daily=20
            e-mail update</A> </P>
            <SCRIPT type=3Dtext/javascript>
if( (typeof defaultEdsChoice)=3D=3D"function" ) =20
 defaultEdsChoice();
</SCRIPT>

            <SCRIPT src=3D"http://www.independent.co.uk/top_stories.jsp" =

            type=3Dtext/javascript></SCRIPT>

            <SCRIPT type=3Dtext/javascript>
		if( typeof getTopStories =3D=3D "function" )
			document.writeln( getTopStories() );
	</SCRIPT>
          </TD></TR></TBODY></TABLE>
      <DIV>
      <DIV class=3Dhead1>Power in the Middle East: The new =
Pharaohs</DIV></DIV>
      <DIV class=3Dhead2>Ruler of Egypt for 24 years, President Hosni =
Mubarak is=20
      about to embrace democracy in the form of a presidential =
election.But is=20
      his apparent enthusiasm for reform merely a smokescreen to hide =
his=20
      dynastic ambitions? Anne Penketh reports from Cairo</DIV>
      <P class=3Dpadnone>16 June 2005
      <P>
      <P>Cairo has two distinctive faces. There is Giza, home to the =
pyramids of=20
      ancient Egypt and the Sphinx that has cast its inscrutable gaze =
over the=20
      city for 4,500 years. And there is Heliopolis, the jewel of modern =
times=20
      with its early 20th century Western architecture.</P>
      <P>In the twilight of his life, President Hosni Mubarak, 77, is =
trying to=20
      reconcile the old with the new as he sets out on a journey of =
reform. So=20
      it is probably not by accident that his son, Gamal Mubarak, =
receives his=20
      guests in leafy Heliopolis, known as New Cairo, or Masr al-Jedida =
to=20
      Egyptians.</P>
      <P>This 42-year-old banker, who now holds an important position =
within his=20
      father's ruling party, has become a symbol of modern Egypt, even =
though in=20
      his self-deprecating way he would probably deny it. When President =
Mubarak=20
      made his surprise announcement three months ago that he would =
allow=20
      multi-party elections for the first time in Egypt's 7,000-year =
history,=20
      the entire country thought that he was preparing the ground for =
his son to=20
      succeed him.</P>
      <P>The Middle East already gave birth to one such political =
dynasty, when=20
      Bashar Assad succeeded his father, Hafez Assad, after the Syrian=20
      president's death. As with Hafez Assad, an entire generation of =
Egyptians=20
      have known no other leader than Hosni Mubarak, a former air force =
officer=20
      who has ruled the country under stringent emergency laws in force =
since=20
      1981.</P>
      <P>But while the Egyptian public remains convinced that Gamal is =
preparing=20
      to step into the shoes of his father, party and government =
officials - and=20
      Gamal Mubarak himself - are taking pains to nip the rumours in the =
bud.=20
      They suggest that there would be resistance from the old guard of =
the=20
      National Democratic Party, and nobody knows how the military, =
which still=20
      calls the shots in Egypt, would react. "I can't say the NDP is =
gearing up=20
      to back his [Mubarak's] son," commented one senior Egyptian =
official.</P>
      <P>But the rumours refuse to die down. According to the latest =
report,=20
      denied by officials here, Mr Mubarak's half-Welsh wife, Suzanne, =
is=20
      actively pushing her son - a tall, slim and balding version of his =
father=20
      - into the political limelight so that she can bask in the =
reflected glory=20
      of having nurtured two Egyptian leaders. The Mubaraks' elder son, =
Alaa, is=20
      a businessman and has made it clear that he has no desire to enter =

      politics.</P>
      <P>The glamorous Mrs Mubarak, whose mother was a Welsh nurse, is =
no=20
      stranger to public life as head of the Suzanne Mubarak =
International=20
      Movement for Women and Peace, which provides ample photo =
opportunities for=20
      the Egyptian First Lady. A dinner that she hosted for women on =
Monday=20
      night in Cairo lured guests from an official UN function, a UN =
seminar on=20
      the Middle East, much to the embarrassment of the foreign =
ministry. She=20
      was the one who escorted Laura Bush around Cairo and Alexandria =
during a=20
      visit earlier this month in which Mrs Bush praised Hosni Mubarak's =
"bold=20
      and wise first step" towards democracy.</P>
      <P>The fallout from that trip is still going on: the Education =
Minister,=20
      Kamelia Hegazi, was forced to make a statement in parliament on =
Monday to=20
      deny the government had bussed in students to an Alexandria school =
to=20
      impress Mrs Bush. Egypt, which has a feisty, free press, is =
extremely=20
      sensitive to any suggestion of kow-towing to America, despite the =
$2bn=20
      (=A31.1bn) received from the US each year.</P>
      <P>During a three-hour conversation with journalists from the UK =
at the=20
      military's Sporting Club in Heliopolis, Gamal Mubarak dismissed as =

      "rubbish" any suggestion that Mr Mubarak's announcement of a =
referendum on=20
      constitutional reform stemmed from a request from George Bush. =
Such=20
      reports, he said, were having a negative impact on domestic =
opinion, which=20
      is increasingly anti-American as a result of the Iraq war.</P>
      <P>As he answered questions on all aspects of the Egyptian =
reforms, he=20
      only showed exasperation when he was asked about his political =
intentions.=20
      "I have made it clear that I am not putting myself forward," he =
said.</P>
      <P>He stressed that when he entered politics in 2000 following his =
return=20
      to Cairo from London, the President had made it clear that "the =
scenarios=20
      people are trying to present in our own political structure have =
nothing=20
      to do with reality". What is more, with the change in the Egyptian =

      constitution which will allow more than one candidate to run in=20
      presidential elections, "this notion should be put to bed".</P>
      <P>But the notion has not been put to bed because of the =
restrictions=20
      being placed on parties in the election, which will mean that only =

      candidates put up by the NDP or by recognised parties can stand - =
thus=20
      excluding the popular but banned Islamic fundamentalist Muslim =
Brotherhood=20
      from fielding a candidate. Egyptian and foreign analysts say that=20
      President Mubarak's game plan seems to be that the reform of the =
electoral=20
      law will provide a springboard for his son to run for president in =

      2011.</P>
      <P>They add that it would not necessarily be a bad thing: Mubarak =
Jnr is=20
      described as "serious" about change, and is credited with bringing =
into=20
      government a "dream team" of 40-somethings who have instituted =
economic=20
      reforms that are rolling back the legacy of the state-controlled =
economy=20
      dating from the Nasser era. "But he's going to have to be a real=20
      politician if he wants to emerge," said a Western diplomat.</P>
      <P>All the signs of political grooming are there: Gamal Mubarak, =
who=20
      worked in London after being educated at the American University =
in Cairo,=20
      has been spearheading the ruling party's reform programme since he =

      returned. His policy post has taken him across the country to =
"town hall"=20
      meetings as he explains the government's plans for change. All in =
full=20
      view of Egyptian state television, of course.</P>
      <P>Gamal Mubarak recognises that sons succeeding their fathers in =
the=20
      Middle East is an "issue" because of the general unease about =
inherited=20
      power. He also jokes that it happens in democracies, such as the =
two Bush=20
      presidencies in the US. But he sticks to the line that at this =
point, he=20
      does not even know whether his father has decided to run for =
another term.=20
      And government officials point out that in the next presidential =
elections=20
      in six years, nobody can predict how many candidates will secure =
the=20
      necessary backing to run.</P>
      <P>In the election in September, predicted one senior official, =
Egyptians=20
      "will not ask the President to leave his seat because they love =
him. Other=20
      parties are very weak. For this reason I think that our President =
has no=20
      challenge." Grassroots support for opening up the political system =
does=20
      seem to exist, as the debate gathers steam in the press. Until =
now,=20
      discussion of reform has been confined to the living rooms of =
Egypt's=20
      "chattering classes".</P>
      <P>Ayman Nour, the leader of El Ghad (Tomorrow), a liberal party, =
says he=20
      can sense that "Egyptians are very thirsty for change" after 24 =
years of=20
      political stagnation. "We are not pulling the Egyptians after us, =
we are=20
      late," he says, comfortably ensconced in his eighth-floor =
penthouse flat=20
      in Cairo again after spending 43 days in jail. Mr Nour is one of =
the few=20
      opposition candidates who would meet the criteria for challenging =
Mr=20
      Mubarak in September, although nobody credits him with national =
support.=20
      The fact that Condoleezza Rice called on the Egyptian government =
to=20
      release him from jail, after his arrest in January for allegedly =
forging=20
      signatures in support of his campaign, is likely to lose him =
votes, if=20
      anything.</P>
      <P>If Egyptian officials are to be believed, the Americans have =
told the=20
      government that they don't mind who wins the elections - the =
presidential=20
      poll is followed in November by parliamentary elections - as long =
as they=20
      are democratic. Although strenuously denying accusations of =
organising a=20
      "sham" election, the government makes no secret of the fact that =
it has no=20
      intention of allowing Islamic fundamentalists to gain more than =
the=20
      foothold they already have in parliament by fielding candidates as =

      independents. They now have 15 MPs in the 454-seat parliament, =
where the=20
      NDP holds 90 per cent of the seats.</P>
      <P>Mohamed Morsy, one of the Muslim Brotherhood MPs who acts as =
its=20
      spokesman, said that if a free and fair election for parliament =
were to be=20
      held, his party would obtain 100 seats, or "20 to 25 per cent" of =
the=20
      vote.</P>
      <P>Why is the government afraid to legalise the Muslim =
Brotherhood, which=20
      now has a new generation of pragmatic leaders such as Mr Morsy =
whose=20
      mobile phone has an Islamic ringtone of All praise to Allah? =
"We're not=20
      afraid of anybody," retorts Ahmed Nazeif, the Prime Minister, a =
technocrat=20
      who brought in the country's first national computerised ID =
scheme. "What=20
      we are not allowing them to do is create an entity that is based =
on=20
      religion. It has a history of violence. We're not sure about how =
they feel=20
      about democracy - if they are given a chance to run a government, =
they=20
      might not give us the type of democracy that we would all like to =
see. We=20
      are a secular country, and we want to remain a secular =
country."</P>
      <P>A senior official made it clear that the government would open =
the=20
      system as it sees fit, and no further. In the first Bush term, "he =
was=20
      against terror, and we were with him. Bush II is about this =
democracy=20
      thing, and we are not with him." As Egypt moves forward with its =
political=20
      reforms, however, it remains unclear whether the authorities will =
be able=20
      to keep the lid on mounting pressure for change from the street, =
although=20
      they say they are confident that the gradual and controlled reform =
will=20
      succeed. They also reject any comparison with the situation in =
such=20
      countries as Ukraine, which produced a popular uprising following=20
      fraudulent presidential elections. The government is taking no =
chances:=20
      Egypt's electoral process will continue with the full force of the =

      emergency laws left in place, ostensibly aimed at "terrorists" but =
in fact=20
      invoked since Mr Mubarak's announcement in March to round up more =
than 900=20
      protesters.</P>
      <P>The proposed reforms have delighted the members of the small =
Kefaya=20
      (Enough) movement, led by George Ishak, a 66-year-old retired high =
school=20
      teacher who has staged a lone campaign for democratic change since =
Mr=20
      Mubarak came to power. The Kefaya movement, which he founded in =
2003 with=20
      a group of seven friends, has a simple motto: Mubarak must go. =
Most=20
      opposition parties boycotted the referendum on amending the =
constitution=20
      because it did not go far enough in allowing a challenge to Mr =
Mubarak.=20
      Despite their call - which was not publicised on state television, =
watched=20
      by most Egyptians - the turnout was officially put at 51 per cent =
and=20
      produced an 83 per cent "yes" vote in favour of limited =
multi-candidate=20
      presidential elections.</P>
      <P>Opinions differ as to why the ageing Mr Mubarak, who has =
previously=20
      ensured his own survival by organising referendums on his =
presidential=20
      terms, decided to bring in the reforms at this point. Was it a =
ploy to=20
      open the way for his son, or out of weakness, to save the ruling =
party=20
      from collapse? There are also questions over his health, after he=20
      collapsed in parliament in November 2003.</P>
      <P>What is certain is that the push for democratisation from =
Washington=20
      reinforced the process already under way in Cairo.</P>
      <P>The government's main concern will be to ensure that there is =
at least=20
      a measure of competition in the presidential election so that =
Egypt can=20
      claim to have held a legitimate poll, in the absence of =
international=20
      monitors.</P>
      <P>And Gamal Mubarak is already looking beyond this year's =
elections. "We=20
      will continue to reach out, despite some of the difficulties that =
have=20
      started to surface," he promises. "We're hoping that the election =
will=20
      send out a convincing message this is a serious process of =
change." </P><!-- start of footer --></TD>
    <TD width=3D10>&nbsp;</TD>
    <TD vAlign=3Dtop align=3Dleft width=3D165><!-- date -->
      <P class=3Ddatesmall>
      <SCRIPT language=3DJavaScript>document.write( getDateString() =
);</SCRIPT>
      </P>
      <TABLE class=3Dchannelbg cellSpacing=3D2 cellPadding=3D2 =
width=3D165>
        <TBODY>
        <TR class=3Dchannelbg>
          <FORM class=3Dsearchbox name=3Dminisearch =
action=3D/search/search.jsp><INPUT=20
          type=3Dhidden value=3D1 name=3Dminisearch>=20
          <TD class=3Dchannelbg vAlign=3Dtop>&nbsp;<SPAN =
class=3Darticletext>Search=20
            this site:</SPAN><BR clear=3Dall>&nbsp;<INPUT class=3Dbox=20
            onclick=3D"document.minisearch.keywords.value=3D'';" =
size=3D16=20
            name=3Dkeywords></TD>
          <TD=20
          vAlign=3Dtop><INPUT class=3Dbutton type=3Dsubmit value=3DGo =
name=3Dsubmit></TD></FORM></TR>
        <TR>
          <TD colSpan=3D2>&nbsp;<A class=3Dblack12px=20
            =
href=3D"http://news.independent.co.uk/low_res/story.jsp?story=3D647176&am=
p;host=3D3&amp;dir=3D75"><IMG=20
            height=3D11 alt=3D"printable version"=20
            =
src=3D"http://www.independent.co.uk/img/furniture/printer_icon.gif"=20
            width=3D23 border=3D0>Printable Story</A><BR =
clear=3Dall></TD></TR>
        <TR>
          <TD colSpan=3D2><A class=3Dblack12px=20
            href=3D"http://www.independent.co.uk/portfolio/"><IMG =
height=3D11=20
            alt=3D"independent portfolio"=20
            =
src=3D"http://www.independent.co.uk/img/furniture/clickandbuy/pp.gif"=20
            width=3D24 border=3D0>Independent Portfolio.<BR>Click here =
to find out=20
            more.</A></TD></TR></TBODY></TABLE><!-- commercial adverts =
-->
      <TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
        <TBODY>
        <TR vAlign=3Dtop align=3Dmiddle>
          <TD><IMG height=3D9 alt=3D""=20
            =
src=3D"http://news.independent.co.uk/img/furniture/trans.gif"=20
            width=3D165 border=3D0></TD></TR><!-- Retrieved upsell =
buttons: 0--><!-- gotButts 0--><!--ad call:0-->
        <TR vAlign=3Dtop align=3Dmiddle>
          <TD><!--  Advertron2: Microsoft - Cross site   ( #1879 )  =
--></TD></TR></TBODY></TABLE><!-- commercial adverts end =
--></TD></TR></TBODY></TABLE><BR><!-- content adverts --><BR=20
clear=3Dall><!-- our content-->
<TABLE width=3D740>
  <TBODY>
  <TR>
    <TD align=3Dmiddle>
      <TABLE>
        <TBODY>
        <TR>
          <TD align=3Dmiddle>
            <HR align=3Dcenter width=3D550 SIZE=3D1>
            <A class=3Dblack12px =
href=3D"http://www.independent.co.uk/legal/">Terms=20
            of Use</A> | <A class=3Dblack12px=20
            =
href=3D"http://www.independent.co.uk/story.jsp?story=3D55090">Privacy=20
            Policy, including use of cookies</A> | <A class=3Dblack12px=20
            =
href=3D"http://www.independent.co.uk/story.jsp?story=3D59363">Sign up=20
            for our free daily news update</A><BR><A class=3Dblack12px=20
            =
href=3D"http://www.independent.co.uk/story.jsp?story=3D414313">Freelance =

            contributions</A> | <A class=3Dblack12px=20
            =
href=3D"http://www.independent.co.uk/story.jsp?story=3D116349">Advertise =

            in print</A> | <A class=3Dblack12px =
href=3D"http://www.inmplc.com/">INM=20
            PLC</A> | <A class=3Dblack12px=20
            href=3D"http://www.independent.co.uk/vacancies/">Work for =
INM</A> | <A=20
            class=3Dblack12px=20
            =
href=3D"http://www.independent.co.uk/story.jsp?story=3D55123">Contact=20
            us</A> <BR clear=3Dall><BR><SPAN class=3Dblack12px>=A92005 =
Independent=20
            News &amp; Media (UK)=20
Ltd.</SPAN></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><!-- our =
content end--><!-- Netscape re-size -->
<SCRIPT language=3Djavascript type=3Dtext/javascript>

<!--

function WM_netscapeCssFix () {
	if (document.WM.WM_netscapeCssFix.initWindowWidth !=3D =
window.innerWidth || document.WM.WM_netscapeCssFix.initWindowHeight !=3D =
window.innerHeight) {
		document.location =3D document.location;
	}
}

function WM_netscapeCssFixCheckIn () {
	if ((navigator.appName =3D=3D 'Netscape') && =
(parseInt(navigator.appVersion) =3D=3D 4)) {
		if (typeof document.WM =3D=3D 'undefined') {
			document.WM =3D new Object;
		}
		if (typeof document.WM.WM_scaleFont =3D=3D 'undefined') {
			document.WM.WM_netscapeCssFix =3D new Object;
			document.WM.WM_netscapeCssFix.initWindowWidth =3D window.innerWidth;
			document.WM.WM_netscapeCssFix.initWindowHeight =3D =
window.innerHeight;
		}
		window.onresize =3D WM_netscapeCssFix;
	}
}

WM_netscapeCssFixCheckIn ();

//-->


</SCRIPT>
<!-- /Netscape re-size --><!-- designed by nuwan nagahawatte --><!-- =
independent.co.uk is owned and trained by independent digital --><!-- =
end of footer -->
<SCRIPT type=3Dtext/javascript>
	var stamp =3D "server request at: 16 / 06 / 05 @ 05:28:01 <br>\n server =
completion at: 16 / 06 / 05 @ 05:28:01 <br>\n  <br>\n Elapsed =
difference:	0";
	timeStampPage( 1118896081387, stamp  );
</SCRIPT>

<SCRIPT language=3DJavaScript>=0A=
<!--=0A=
var SymRealOnLoad;=0A=
var SymRealOnUnload;=0A=
=0A=
function SymOnUnload()=0A=
{=0A=
  window.open =3D SymWinOpen;=0A=
  if(SymRealOnUnload !=3D null)=0A=
     SymRealOnUnload();=0A=
}=0A=
=0A=
function SymOnLoad()=0A=
{=0A=
  if(SymRealOnLoad !=3D null)=0A=
     SymRealOnLoad();=0A=
  window.open =3D SymRealWinOpen;=0A=
  SymRealOnUnload =3D window.onunload;=0A=
  window.onunload =3D SymOnUnload;=0A=
}=0A=
=0A=
SymRealOnLoad =3D window.onload;=0A=
window.onload =3D SymOnLoad;=0A=
=0A=
//-->=0A=
</SCRIPT>
</BODY></HTML>

------=_NextPart_000_0000_01C57283.4DD2CCB0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.independent.co.uk/img/newsite/furniture/new_indy_logo3.gif

R0lGODlh9QA8APf/AA4ODgQEBBQUFJaWliIiIgoKCrS0tDExMf7+/np6eioqKt3d3UxMTB0dHVxc
XMDAwFBQUBkZGSQkJEVFRTg4OPz8/Pn5+Y6OjjU1NYqKira2tj09PScnJ6ioqLi4uJycnODg4NPT
05qamoaGhiAgIPPz8/39/X5+fvX19dbW1qCgoNTU1PHx8ezs7MTExC0tLREREbm5uVhYWObm5vr6
+kFBQTs7O+rq6q+vr+/v77q6unR0dNnZ2fv7+9DQ0Hh4eOPj42BgYNra2oKCglVVVdzc3MLCwklJ
SdLS0mVlZZKSkvju7P78/KOjo/Ly8m1tbZSUlKysrNfX1/j4+PT09Pf39//+/sXFxeXl5cjIyNvb
2729vfz39uvMybM9MZiYmOfn59meltXV1bGxsWlpad7e3lNTU9WUjczMzJsBAXBwcP37+/Dw8KWl
pc3Nzejo6GNjY+3t7eGxrPbo5vfr6XFxcenGwv34+O7Sz8NkWvrz8v79/V5eXp6ensRpXqMTCdui
nN6spt6qpMp3bbA1KtymoMZuZfv19OO2sfXk405OTtaWkLxTSrI6LO7U0deak+fBvfnw7tqgmasp
G6gjHqYaD/v088x/dqAOCeG0rry8vOzRzd2norA0JMh0a/Hc2bZFO+W8tnZ2dnx8fM2Ad8dwZq4w
JtKNiNukntKLhPz3986CeZCQkKSkpMBeVPnx8IiIiOjDv7VAM+W+uf36+qsqJNSSjfTi36EMAp0H
BP77/PPg3v79/FpaWs6FfefBv75aUqkiE+S6tvXm5NSRit+uqbCwsNGIgYCAgLlNQK81L/DZ1sRp
Ycp3b9eYkvry8NOQiPjs6sx7cuCwqunHxMFhVrlOR8x8coSEhOvJxv35+f38/OO5tMbGxtuimdul
nu/Y1YyMjKqqqu/X1P/9/fz5+bdIPfPi4fDX0vLe3MrKyvHb2P38+9SRh+CuqMp5cdCFe8+Ce/7+
//78/dmemv///t+wrP79/v7+/ZQAAP/+/8p6dM6EewAAAP///////yH5BAEAAP8ALAAAAAD1ADwA
AAj/AP8JHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNq3Mixo8eM/kKKHEmypMmTKFOqXMmypcuX
MGPKnEmzps2bOHPq3Mmzp042WVwI1RSj6BahLh7oKKrDyJWkZULo0PEAqREdHnzQCNnjylQjSJXG
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

------=_NextPart_000_0000_01C57283.4DD2CCB0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://news.independent.co.uk/img/furniture/trans.gif

R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==

------=_NextPart_000_0000_01C57283.4DD2CCB0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.independent.co.uk/images/edschoice/2005-06/quentin40.gif

R0lGODlhKAAsAMQAAAMCBLWbi7WLec5vLM2olP3+/aTIz4BlVde8rPPehImSldDt8MHGxnF7gOHS
yKmtre38/O7j21FFPP360ywoJcHW7O/r7YW5s+bz6/n387Tf2p58akxgaQAAAAAAAAAAACH5BAAA
AAAALAAAAAAoACwAAAX/ICCOZGmeZpEVbAFAEBtBa1xgjSRREicpmJWq1coAhK0XZsGEwRgSEmUq
aQQUAUwhxo0BiKvXQkPWwBSiAwXAOxwCkYnjIGFAMHiYkcgCMMtmDWwIDhsUBxsCDw4rcjwIE5ET
YXwuYxoGGgsMIoQIBAQBBAgRK0IOPA6Sk198AGUGmVEbnwi1hBG5GbsFAQAHqy5IfWSZmJ2jt4QO
uaUWBRY7qpF7rrAaHAASo6Ddtg7gERYWK2gPeBkQR65jsQZrB92gtvTgDuQrDwAKTBjqla8uCLyQ
Rt48erjGsXAgIQATJq2IADAw8N0vg8mW3SOngsEBBZo0RUxy6cKCbNsw/9Zjhq8AgwYgySwYSYyi
STQUVNYCN46jxwcRKGqg6cLmBQM4CQgQIErZspYMNjjAgGkmQKFjBOXcQOeAAINMNxZwQMpCBYgA
yRSYJICNgA1cJSBKRoDOg3EQwjmgaIDoxAsMSgWY8lbNLwkbcnGlgGBchgikHGg46xemAgUTENBR
yhURIkYBNsB5/JiQEAw01XHg0AAmAq5flwZYuoEAtG/iHrNcAMPvhdYKOIRO1E3UUgIrHBC4Z2qC
BQYy/T64oID65aVfux0vNYqZkAwMjl7Ql5aB0dlM5b0lQE4pKVPPHxh4MBSgCl40lB4HxVUqBgRL
3cPCLv5s4dcqkYyFXv8ADArgxl0WKCdABCwEMcQEfjEIF1zXJULbhoREGFopCIgCSgIOrDOgC1Oc
4FVhbmywyDhkPaOPCFT4NcWOUtCGnQCNZWBBLjYKwgYPKgoBwHD9dbbhj7X15FgBlykQ4wZ+JaDl
llo68MCT2L0n5DMFtFaAlpG8UIQLBAzg5psbXAZmernhk4ECD/TiJgF+vemmBAPIqEAicP0YmJC8
cDCDBQK42aefBBhgGWJwIRKWnQUgIMEK/mTmV5ugYKKAZVcWepcNGcyhAAsLVKBClgkw8MADlwHX
AAUbKgCkFrpt0IA/EJzVB0AOmIdFlZYdUmgACKwAGVcMqACBAWT6JSurrV/WSqqlokSgnBsN8FKB
q14AxICsVwiA7KgcuMGUKAEgggAHrlpgwAIF8GYtAgogFZq2PXz5bmiIQMABvgZUYAEMLhA7K7ZX
0MoaBQ808C6MCxgQLIQ2+FWseeM9QMCsDXBAQQPE0XZAA0wUkPAuHROb8QMVyBeKrDBx8MBxhSGg
cQbkQoBvNRJZ0GoFe1XAAAIM1DxqAwzMRlyrvLEaAyVD9IHC1lynwEcIADs=

------=_NextPart_000_0000_01C57283.4DD2CCB0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.independent.co.uk/images/edschoice/2005-06/kennedy40.gif

R0lGODlhKAAsALMAAM6tlq2GbJZwVO3s7lRaV3lTN72agOTFtSYjGVg3HEZPSDpANWFrfDFBRgAA
AP///yH5BAAAAAAALAAAAAAoACwAAAT/0MlJq733ae2OBwYIjEY5joERpGp6BItCKIqzcQdZhiB/
liuBMCBICA4CGoFguzlAKaKPFO1BWS0DIca8PRyGgliwoq5COR+PvEotu05xwiisY1W7divIljU3
DnN0AmN6bGZDRIQCITR/HAUJBXVsQ2QAH1AqljsAW49fhJOTipSYmW2kBVFHBgigDnJjdXOMpx45
RAEAQgYvBSMLsISSkpEJCEYmI7g6ugaEIHCAkcdzDsmrZCY5mdCEu0E1XrELc8lzYpPbaM0AbW2E
DMLkCggIBa6B6qRl7lYiCiz4RC5BrAcDHmQbRcbWiQMDcvFAMpCeE2QDAqwCUG3RCRE//1C4ELCg
gUVAcyByhLZuVw6AmxKV2KKgAaw5mMSU8PjyypBqGxHEcFSwlZiIYQK8DMGSVC0yChYMJOoEwRGO
RwZ8/LgnhSQBmIS+GReH6QuwaZZhQrTiwAOpMgg6GeILT48d7UAQ8vGAAIKxsILwYJrH7qkfJV4g
UEIWECtdmvB2AjBgADiVCBrQaMwBXpE7LXQ0U+ohYckZJzvDAz1568pTA6IusUnuDJ7CeLmCiBSI
yFACtJ28yxOFReTiOwnB3Zz6ywNGQHTdkU7MGMmhXJrbQOKZjecgCXapKKB58xLtGpA0XM0+xceS
m+PDqvxAfbz2d94tPs+F8xf69ZHiHbkfZzzkigxRyUdOZQAuQsmDah1Iw1BUAYIQgM+tQ0lLhsA3
Q1RSwXIhgxpo9KCGDlKIXYUcaEAfgCaeWMAbC2SWYHzaMeAigwyW8iADQDLQgEmMxaCdAwmNCOB5
BBxQowJBBumXkRPCstiOAB5AwQDCyBAlkDQp6IRNbvHIATYSMMDEElGyyUB8/jlgDwEbJCnBkPe8
6cCHavYZpJiA1ITkDQxIkBmZhWrWwAyMvgmkVEdiIOmkFngRAQA7

------=_NextPart_000_0000_01C57283.4DD2CCB0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.independent.co.uk/images/edschoice/mugs/ross.gif

R0lGODlhKAAsALMNAPz6+KKMcHJmUwAAANi8pYx3X/DZyjExL7+ghFlRRUM/ORcbHSMlJv///wAA
AAAAACH5BAEAAA0ALAAAAAAoACwAAAT/cMhJq7226T2A/55BEEgQEEqaKMkJvsPGvSERCEFRCOsq
FDkEzROTNTovQ0m3W6UYBwUuOCzKkB+lTsBLHKLfA0MKdMGMR5Dh1ky4Valv4mcyf6yz0C2xY825
XG5zQAglQiB4GkhrXTwsXGWFdXWSBohoHUoBPgIpkAGFIySFpDYEl0YDIiWPXnyECCMGIqOkJahX
ACMCcl4/BbGiBLMjtjmWRJi6m2KukcLDtCUmCAKHAIlpBAUKDFAHn8HFskoIZUDI2arm3QvNOqWz
8rQmQECn2JiMDAsL3gqExs2TR6KeGXVrEvTrBwXYMGHzgtioh0/dNgUHFo7B4asUABGQ/wrZE2LA
oiONZFicIBGN2Kpn+VLd4OGtn5RQxAoNJPYqVswrbBTyWwCQnLRoHz8a+ONC3Y4CGTO6KyBKXolT
Awm0uFcSUxN+YtyBIlcQwU4UU8yq4yLmmz9gsXKCOkv0h1pMPMRg5McARzBiLechcNei0FovRMOC
cyjKltEAC+aIcurFm9S+oIIxATV3Fi8cw35yuPFlTFg+fx0PZAHPkrocX04ShQttJ7cfP4a97jQn
ysLCtQU/onY3VTU3vmtiDmVUBAspdXRjMldgBV/T0DOT9TOo1OsmCvo146GDWtUAUiChG/F6j+KG
1MbGJcDD4NhZ6qYlsBx+OXNZKCQwDY9zH+XHTjPdHCCgOC0hwEdmAZSD33QmKAQOFCrNFxFwSogQ
YVfGVccPCxs9ZdZAO5jgkimiKVIND0QpBBAgDwqTonnlSGcccW5YNsgWgFgzyV+ytBdNDrwxcSIt
9HCmYYtHyFPDUyRQtRM9OIngmjIv2ADMKldaFdcsSakzBEGWpKnUQCeekQoGcMaZgRERAAA7

------=_NextPart_000_0000_01C57283.4DD2CCB0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.independent.co.uk/img/furniture/clickandbuy/pp.gif

R0lGODlhGAALAKIHAM0AAP///9UoKNETE9tJSc0BAdUpKf///yH5BAEAAAcALAAAAAAYAAsAAAM0
eLoC/k6sSVWDT9bdgvfRxgEgGQCaOHWniaoU64ApfLBfaFsuVMMy346H0e0Ig6RyUDCIEgA7

------=_NextPart_000_0000_01C57283.4DD2CCB0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.independent.co.uk/img/furniture/printer_icon.gif

R0lGODlhFwALAKIEAAAAANvb2////6sAAP///wAAAAAAAAAAACH5BAEAAAQALAAAAAAXAAsAAAMx
SLoE/o9JCYS9AszdxPhfxk0VZmkjU4Ehmj7m6bxBAD21uwF17+e0309HuhmJqaQiAQA7

------=_NextPart_000_0000_01C57283.4DD2CCB0
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.independent.co.uk/top_stories.jsp





	function getTopStories(){
		var html =3D "<p class=3D\"red\">Top Stories<\/p>"+=0A=
"\n\n<p><a =
href=3D\"http:\/\/news.independent.co.uk\/uk\/this_britain\/story.jsp?sto=
ry=3D647203\" class=3D\"black12px\">The shocking face of =
anti-Semitism<\/a><\/p>"+=0A=
"\n\n<p><a =
href=3D\"http:\/\/news.independent.co.uk\/europe\/story.jsp?story=3D64718=
6\" class=3D\"black12px\">EU budget plan puts Blair under pressure to =
freeze rebate<\/a><\/p>"+=0A=
"\n\n<p><a =
href=3D\"http:\/\/news.independent.co.uk\/uk\/crime\/story.jsp?story=3D64=
7201\" class=3D\"black12px\">Serial rapist who preyed on lone women is =
given 10 life sentences<\/a><\/p>"+=0A=
"\n\n<p><a =
href=3D\"http:\/\/news.independent.co.uk\/world\/middle_east\/story.jsp?s=
tory=3D647181\" class=3D\"black12px\">Australian hostage rescued by =
US-Iraqi troops<\/a><\/p>"+=0A=
"\n\n<p><a =
href=3D\"http:\/\/news.independent.co.uk\/world\/middle_east\/story.jsp?s=
tory=3D647180\" class=3D\"black12px\">Rafsanjani poll ratings drop in =
three-man race for Iran's presidency<\/a><\/p>"+=0A=
"\n\n<p><a =
href=3D\"http:\/\/education.independent.co.uk\/news\/story.jsp?story=3D64=
7189\" class=3D\"black12px\">Bullying is rife in city academies, pupils =
say<\/a><\/p>"+=0A=
"\n";
		return html;
	}//method

	//Cached @ Thu Jun 16 00:06:01 BST 2005

------=_NextPart_000_0000_01C57283.4DD2CCB0--

