<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

<html>
<head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <meta name="description" content="Vi "fluffar upp" vardagstråkiga saker. Här kan du köpa annorlunda, roliga och coola prylar till dig själv, eller som present till din darling">
 <meta name="keywords" content="Fluffbabes,fluffbabe,fluffy babes,pink babes,pink,fluff,fluffy,fluffbabies,fluffy-babe,fluff-babe,Angelbox,never ending story,">
 <link rel="stylesheet" type="text/css" href="/includes/style.css?3,354241E+07">
 <link rel="shortcut icon" href="favicon.ico">
 <script type="text/JavaScript" src="/includes/gkutil.js"></script>
 <script type="text/JavaScript" src="/includes/mouseover.js"></script>
 
 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
 <script type="text/JavaScript" src="/includes/fadepic.js"></script>



<SCRIPT type="text/javascript">var gksortImgDir = '/includes/';</SCRIPT>

<STYLE type="text/css">
table.sortable                { behavior:url('/includes/gksort4.htc'); }
span.editable, div.editable   { behavior:url('/includes/gkedit.htc'); }
</STYLE>

<SCRIPT type="text/javascript">




// insertAdjacentHTML simply isn't a supported function. Add this to your script: 
//
// insertAdjacentHTML(), insertAdjacentText() and insertAdjacentElement() 
// for Netscape 6/Mozilla by Thor Larholm me@jscript.dk 
// Usage: include this code segment at the beginning of your document 
// before any other Javascript contents. 

if(typeof HTMLElement!="undefined" && ! HTMLElement.prototype.insertAdjacentElement){ 

  HTMLElement.prototype.insertAdjacentElement = function (where,parsedNode) { 
    switch (where){ 
      case 'beforeBegin': 
        this.parentNode.insertBefore(parsedNode,this) 
        break; 
      case 'afterBegin': 
        this.insertBefore(parsedNode,this.firstChild); 
        break; 
      case 'beforeEnd': 
        this.appendChild(parsedNode); 
        break; 
      case 'afterEnd': 
        if (this.nextSibling) 
        this.parentNode.insertBefore(parsedNode,this.nextSibling); 
      else this.parentNode.appendChild(parsedNode); 
        break; 
    } 
  } 
  
  HTMLElement.prototype.insertAdjacentHTML = function (where,htmlStr) { 
    var r = this.ownerDocument.createRange();
    r.setStartBefore(this);
    var parsedHTML = r.createContextualFragment(htmlStr);
    this.insertAdjacentElement(where,parsedHTML)
  } 
  
  
  HTMLElement.prototype.insertAdjacentText = function (where,txtStr) { 
    var parsedText = document.createTextNode(txtStr) 
    this.insertAdjacentElement(where,parsedText) 
    } 


}

//  http://www.faqts.com/knowledge_base/view.phtml/aid/5756





function script_onload() {
  var msg = '';
  var ds = document.scripts;
  if (ds != null) {
    msg = 'script (type src)';
    for (var i=0; i<ds.length; i++) {
      msg = msg + '\n[' + (i + 0) + ']';
      if (ds[i].type)             msg = msg + '  type=' + ds[i].type
      if (ds[i].src)              msg = msg + '  href=' + ds[i].src
    }
    msg = msg + '\n'
    msg = msg + '\n'
  } else {
    msg = msg + 'no .scripts\n\n'
  }
  ds = document.styleSheets;
  if (ds != null) {
    msg = msg + 'styleSheet (type title href parentStyleSheet.href)';
    for (var i=0; i<ds.length; i++) {
      msg = msg + '\n[' + (i + 0) + ']'
      if (ds[i].type)             msg = msg + '  type=' + ds[i].type
      if (ds[i].title)            msg = msg + '  title=' + ds[i].title;
      if (ds[i].href)             msg = msg + '  href=' + ds[i].href
      if (ds[i].parentStyleSheet) msg = msg + '  parentStyleSheet.href=' + ds[i].parentStyleSheet.href;
    }
    msg = msg + '\n'
    msg = msg + '\n'
  } else {
    msg = msg + 'no .styleSheets\n\n'
  }
  
  msg = msg + 'gksortImgDir = \'' + gksortImgDir + '\'';

/*  

To insert text before an element:
  element.parentNode.insertBefore(document.createTextNode(text), element);

To insert text as the first child of an element:
  element.insertBefore(document.createTextNode(text), element.firstChild);

To insert text as the last child of an element:
  element.appendChild(document.createTextNode(text));

To insert text after an element:
  element.parentNode.insertBefore(document.createTextNode(text), element.nextSibling);



*/  

//  dbgMsg(1, 'test1');
//  dbgMsg(1, 'test2');
//  dbgMsg(1, msg);
  dbgMsg(1, msg);
  dbgMsg(1, "---------------------------");

//  document.body.onscroll = lockMenu;
//  window.onscroll = lockMenu;

  
  if (script_oldonload)
    script_oldonload();

}

function dbgMsg(level, msg) {
  if (debugLevel >= level) {
    if (dbgWin == null) {
      var dbgdiv = document.getElementById('scriptDebug');
      if (dbgdiv != null) {
        var msg2 = msg + '\n';
        if (typeof HTMLElement != "undefined"){           /* firefox */
          var parsedText = document.createTextNode(msg2) 
          dbgdiv.appendChild(parsedText); 
        } else {                                          /* IE */
          dbgdiv.insertAdjacentText('beforeEnd', msg2);
        }
      }
    } else {

      var dbgdiv = dbgWin.document.getElementById('scriptDebug');
      if (dbgdiv != null) {
        var dbgbody = dbgWin.document.body;
        var msg2 = msg + '\n';
/*
        msg2 = msg2 + 'dbgbody.scrollTop = ' + dbgbody.scrollTop + '\n';
        msg2 = msg2 + 'dbgbody.scrollHeight = ' + dbgbody.scrollHeight + '\n';
        msg2 = msg2 + 'dbgbody.clientHeight = ' + dbgbody.clientHeight + '\n';
*/
        if (typeof HTMLElement != "undefined"){           /* firefox */
          var parsedText = document.createTextNode(msg2) 
          dbgdiv.appendChild(parsedText); 
        } else {                                          /* IE */
          dbgdiv.insertAdjacentText('beforeEnd', msg2);
        }

        dbgbody.scrollTop = dbgbody.scrollHeight - dbgbody.clientHeight - 0
      }

    }
  }
}


function lockMenu() {
/*  
  if (document.documentElement && !document.documentElement.scrollTop)
// IE6 +4.01 but no scrolling going on
else if (document.documentElement && document.documentElement.scrollTop)
// IE6 +4.01 and user has scrolled
else if (document.body && document.body.scrollTop)
// IE5 or DTD 3.2
*/
  menu = document.getElementById('shopTotIf');
  menu.style.left = '120px'; //document.body.scrollLeft + document.body.clientWidth - 35;
  menu.style.top = document.body.scrollTop;
  
  
  window.status = 'setting scrollTop = ' + document.documentElement.scrollTop + 'px';
//  alert('scroll');
}

var dbgWin = null;
// var dbgWin = open("/includes/script-debug.asp", "dbgWinId", "toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=650, height=600, top=50, left=50")

var debugLevel = 1;

var script_oldonload = window.onload;
window.onload = script_onload;

</SCRIPT>

<!--[if lte IE 6]>
 
<script type="text/javascript" src="includes/supersleight-min.js"></script>
 
<![endif]--><!--x#xINCLUDE FILE = "includes/adovbs.inc"-->

<!-- include file="../menu01.asp" -->

  <style type="text/css">
  #shopTotIfX  {
    position:absolute;
    width:200px;
    height:40px;
    top:70px;
    left:10px;
    border:1px solid black;
    }
  </style>




<script type="text/javascript">
var autoUpdateCart = true;
var strNoRows = 'empty :-(';
var strOneRow = '';
var strMultiRows = '';
</script>

<script type="text/javascript" src="/includes/numfmt.js"></script> 
<script type="text/JavaScript" language="JavaScript" src="/includes/shoppingCart.js"></script>



<title>Hundraåringen som klev ut genom fönstret och försvann by Jonas Jonasson</title>
</head>
<body topMargin="0">




<table width="960" border="0" align="center" cellSpacing="0" cellPadding="0" class="1">



	  

      <tr>
        <td>	


<table border="0" width="100%" style="border-collapse: collapse;">

  <tr> 
    <td rowspan="2" width="200">                
<a href="http://www.fluffbabes.com/en" title="fluffbabes">
  <img src="/bilder/fluffbabeslogo.png" border="0" alt="fluffbabes" title="fluffbabes" width="197" height="71"> 
</a> 

    </td> 
    
    <td valign="bottom" class="topmenu1"> 
    	
<div class="topmenu" width="200">

	
	<nobr>
	  <a href="/en/" title="SHOP" style="text-decoration:none;" border="0">
	    <img src="/bilder/menyknappshop.png" border="0" width="69" alt="SHOP" title="SHOP">
	  </a>
	  <a href="http://www.blog.fluffbabes.com/fluffbabes_en" title="BLOG" style="text-decoration:none;" border="0">
	    <img src="/bilder/ENblogg.png" border="0" width="70" alt="BLOG" title="BLOG">
	  </a>
	  <a href="/en/member/" title="OUR WORLD" style="text-decoration:none;" border="0">
	    <img src="/bilder/ENvarvarldOn.png" border="0" width="104" alt="OUR WORLD" title="OUR WORLD">
	  </a>
	  <a href="/en/aboutus.asp" title="ABOUT US" style="text-decoration:none;" border="0">
	    <img src="/bilder/ENomoss.png" border="0" width="70" alt="ABOUT US" title="ABOUT US">
	  </a>
	  <a href="/en/press.asp" title="PRESS" style="text-decoration:none;" border="0">
	    <img src="/bilder/press.png" border="0" width="70" alt="PRESS" title="PRESS">
	  </a>
	  <a href="/en/contact.asp" title="CONTACT" style="text-decoration:none;" border="0">
	    <img src="/bilder/ENkontakt.png" border="0" width="70" alt="CONTACT" title="CONTACT">
	  </a>
	</nobr>


	          <a href="/bokrecension.asp">
	          	<img src="/bilder/se.png" width="44" height="39" title="SVENSKA" alt="SWEDISH LANGUAGE" border="0">
	          </a>
					
        	  <a href="/dk/bookreview.asp">
        	  	<img src="/bilder/dk.png" width="44" height="39" title="PÅ DANSK" alt="PÅ DANSK" border="0">
	          </a>
        	

</div>	



    </td> 
    <td valign="top" class="topheart" width="201" align="center">  
<a href="/en/shopinfo.asp" title="PURCHASING INFO">  	
	
	<span class="topheartH1">Till alla Darlings!</span>
	
		<div class="tophearttext">	

 				<img src="/bilder/miniheart.png" border="0"><span class="black">30 days return policy</span>  <br>

 				<img src="/bilder/miniheart.png" border="0"><span class="black">Everything is in stock</span>  <br>
				<img src="/bilder/miniheart.png" border="0"><span class="black">Shipping 9 EUR</span><br>
	<span class="topheartH2">
			Read more >>
	</span>	 
	
		</div>	
	  


</a>	
<br><br>          
    </td>
  </tr>

</table>	

		   
			   
	    </td> 
      <td rowspan="5" valign="top" style="padding-top:140px;">
&nbsp;
      </td>

    </tr>

	
	



  <tr>
    <td>




	


      <table width="100%" border="0" cellSpacing="0" cellPadding="0">
        
        <tr>
          <td valign="top" width="440" class="leftshop">

<table>
	<tr>
		<td valign="top">        
			<form method="POST" action="/en/search.asp">
			<input type="text" name="sqlsearch" size="16">
    </td>
    <td valign="top">

			<input type="image" src="/bilder/ENsok.png" title="SEARCH!">
			</form>         
    </td>
  </tr>
</table>  
  
 <table width="190" border="0" cellSpacing="0" cellPadding="0">

   <tr>

 		<td align="right" class="startshoppingbag">
  <div id="shopTotIf"><table border=0 xclass="ordersumman"><tr><td colspan="2" valign="top" align="right" class="shoppingvagn"><span class="pink">SHOPPINGBAG</span></td></tr><tr><td xclass="svsumma" align="right">Items<br>&nbsp;<span id="orCounts">0</span><br><span class="flashing">Totals&nbsp; (SEK )</span><br><span class="flashing" id="orTotals">0,00</span>&nbsp;</td></tr></table><br><iframe border="0" frameborder="1" vspace="0" hspace="0" width="180" height="40" allowtransparency name="sumFrame" src="/shoppingSum.asp" style="display:none;"></iframe>

  <a href="/en/shoppingCheckOut.asp" title="TO CHECKOUT" style="text-decoration:none;">
    <img src="/bilder/ENtillkassan.png" border="0" width="89" height="30" alt="TO CHECKOUT" title="TO CHECKOUT">
  </a>
<br><br>    
    </td>

  </tr>


 	<tr>
 		<td colspan="2" class="leftmenurooms">
<span class="starttel">FLUFF UP: </span>		<br>	
 			
       <a href="/en/bathroom.asp"           title="BATHROOM">BATHROOM</a><br> 
       <a href="/en/business.asp"           title="BUSINESS">BUSINESS</a><br> 
       <a href="/en/bar.asp"                title="CHAMPAGNE AND BAR">CHAMPAGNE &amp; BAR</a><br> 
       <a href="/en/kitchen.asp"            title="KITCHEN">KITCHEN</a><br> 
       <a href="/en/ego.asp"                title="PERSONALITY">PERSONALITY</a><br>

       <a href="/en/travel.asp"             title="TRAVEL">TRAVEL & LEISURE</a><br>

<br><br>
<!--       <a href="/en/mother.asp" title="MORSDAGS-PRESENT">MOTHER´S DAY-PRESENT</a><br> -->
<!--       <a href="/en/student.asp" title="STUDENT PRESENT">PRESENT FOR STUDENTS</a><br> -->
      <a href="/en/london.asp" title="LONDON">LONDON</a><br>  
      

<br>
 

<br>
<!-- räknare -->



	<span class="startnewsmail">NEWS MAIL?</span>	
 <br> 
<span class="startnewsmailT">Fill in your email address, please!</span>




<form method="POST" action="/en/login.asp">


    <input type="text" name="rsInBox_mail" size="20" maxlength="70">

<input type="image" src="/bilder/ENskicka2.gif" xname="email" value="SEND" title="SEND">  
    <input type="hidden" name="logInToPage" value="/en/bookreview.asp">
</form>

	
    </td>

  </tr>
  
 </table>
 

 </div>
</div>
<div class="leftbox">

  <a href="http://www.klarna.se" title="Klarna" target="_Klarna" style="text-decoration:none;">
   <img src="/bilder/klarna.png" width="63" height="20" title="Klarna" alt="Klarna" border="0">
  </a>

  <a href="http://www.aurigaepayment.se" title="Auriga ePayment" target="_aurigaepayment" style="text-decoration:none;">
   <img src="/bilder/aurigaepayment.gif" width="63" height="20" title="Auriga ePayment" alt="Auriga ePayment" border="0">
  </a>
  <br>
   <img src="/bilder/mastercard.gif" width="32" height="20" title="MasterCard" alt="MasterCard" border="0">
   <img src="/bilder/verifiedByVisa.gif" width="33" height="20" title="verified by VISA" alt="verified by VISA" border="0">
   <img src="/bilder/visa.gif" width="31" height="20" title="VISA" alt="VISA" border="0">
   <img src="/bilder/bg.gif" width="24" height="27" title="bankgiro" alt="bankgiro" border="0">



</div>


          </td>
          <td valign="top">


      
<table border="0" class="whitebackground" width="827">
        

	 <tr class="whitebgTop">
	   <td class="submeny">
	   	
   <a href="/en/bemember.asp" title="Membership">Membership</a>
   <a href="/en/aboutus.asp" title="About us">About us</a>
   <a href="/en/mailaboutus.asp" title="Said about us">Said about us</a>
	 <a href="/en/links.asp" title="Links">Links</a> 
	 <a href="/en/emaillogin.asp" title="Fluffmail">Fluffmail</a> 


   <a href="/en/member/" title="Login">Login</a>

     </td>

   </tr>      

   
   
	 <tr class="whitebgMid">
	   <td class="content">

	


<div class="medlemsida"> 
	      
      <table border="0" width="780">

        <tr>
          <td valign="top" width="200" rowspan="8">

  </td>
  

  <td valign="top" width="100%" class="content" colspan="3">

<h2>Book reviews</h2>


<p>
Click at the headlines for the review.<br>
</p>
<br>
    </td>     
    

  </tr>


<!--- recensionen -->
<!-- -->

<tr>
  <td valign="top" width="200">
<img src="/bilder/hundraaringen.jpg" border="0" width="149" height="230" alt="Hundraåringen som klev ut genom fönstret och försvann by Jonas Jonasson" title="Hundraåringen som klev ut genom fönstret och försvann by Jonas Jonasson">

  </td>
  <td valign="top" class="content" width="500">

<a href="#tips4" NAME="chkLevD" VALUE="checked"  
onclick="javascript:var e=document.getElementById('levDataD').style; e.display = 
 ( e.display == 'none') ? '' : 'none';return 0;" >	
<h2><span class="pressdatum">2009-10-14</span><br>
Hundraåringen som klev ut genom fönstret och försvann by Jonas Jonasson, Piratförlaget</h2>

</a>


<div id="levDataD" STYLE="display:none;">
  
<p><a name="tips4"></a></p> 

<p> 
I am amazed, delighted, blown away... 
</p> 
<p>
Notorious bookworm that I am, I can only say that it is seldom that a book gets under my skin to this extent that this one did. And the fact that I read so many books has made me extremely hard to please. 
</p> 
<p>
It was thus with extra pleasure that I realised that Allan Karlsson, the centenarian main character in the book, had put his spell on me. And in the very first chapter, too! By the way, please note that the first chapter contains only 16 lines. See what I mean? 
</p> 
<p>
Allan Karlsson has a code by which he has always lived his life: "Things are what they are and always will be". Bearing this in mind, we set off in an exploration of Allan’s hundred-year-old history. From a bombed house to presidents, atom bombs and bottles of booze, lots of money and – well, I’ve already said enough. 
</p> 
<p>
The author, Jonas Jonasson, has written his book in a way that suggests that there’s an engine built into the cover. An engine that thrusts the reader onwards through a narrative of all Allan Karlsson’s adventures. Unbelievable! 
</p> 
<p>
If you’re going to read a book this year, it has to be this one. 
</p> 
<p>
I think I’ll rest my case here.

</p> 

</div>

    </td>     
    
  <td valign="top">
<img src="/bilder/jonasJonasson.jpg" border="0" width="160" height="230" alt="Jonas Jonasson" title="Jonas Jonasson">

  </td>

  </tr>
 
 
  <tr>
    <td colspan="3">  <br>&nbsp;
    </td>
  </tr>  
<!-- -->   
<!-- -->

<tr>
  <td valign="top" width="200">
<img src="/bilder/bortabast.jpg" border="0" width="175" height="270" alt="Borta bäst by Sara Kadefors" title="Borta bäst by Sara Kadefors">

  </td>
  <td valign="top" class="content" width="500">

<a href="#tips3" NAME="chkLevC" VALUE="checked"  
onclick="javascript:var e=document.getElementById('levDataC').style; e.display = 
 ( e.display == 'none') ? '' : 'none';return 0;" >	
<h2><span class="pressdatum">2009-09-18</span><br>
Borta bäst by Sara Kadefors, Piratförlaget</h2>

</a>


<div id="levDataC" STYLE="display:none;" class="pressmed">
  
<p><a name="tips3"></a></p> 

<p> 
Suddenly life as she knew it disappears. The woman’s name is Sylvia and after events of which we know nothing she finds herself forced to live in her car on a parking lot close to IKEA.  
</p> 
<p>
Each morning, she goes into the store to wash, have a free cup of coffee, dine on leftovers on trays  and to sleep - in the bed dept.  

</p> 
<p>
Sylvia struggles to retain her immaculate facade despite her desperate circumstances, and she grows close to people and scenarios that she had never dreamed of in her former life.  
</p> 
<p>
The book is extremely well-written and poses questions such as: who decides how we are to live our lives? Is one way of life better than another?  
</p> 
<p>
I like the book. Although I’ve never been anywhere near the life that Sylvia leads (in any way whatsoever) it comes across with shocking authenticity. But what do I know? Next time I meet a homeless person I promise to see them in a whole new way. 
</p> 

</div>

    </td>     
    
  <td valign="top">
<img src="/bilder/SaraKadefors.jpg" border="0" width="173" height="270" alt="Sara Kadefors" title="Sara Kadefors">
<br><span class="bildtext">Foto: Ulrica Zwenger </span>
  </td>

  </tr>
 
 
  <tr>
    <td colspan="3">  <br>&nbsp;
    </td>
  </tr>  
<!-- -->   
<!-- -->


<tr>
  <td valign="top" width="200">
<img src="/bilder/DarlingJim.jpg" border="0" width="175" height="266" alt="Darling Jim by Christian Mørk" title="Darling Jim by Christian Mørk">

  </td>
  <td valign="top" class="content" width="500">

<a href="#tips2" NAME="chkLevB" VALUE="checked"  
onclick="javascript:var e=document.getElementById('levDataB').style; e.display = 
 ( e.display == 'none') ? '' : 'none';return 0;" >	
<h2><span class="pressdatum">2009-04-14</span><br>
Darling Jim by Christian Mørk</h2>

</a>


<div id="levDataB" STYLE="display:none;" class="pressmed">
  
<p><a name="tips2"></a></p> 


<p> 
This book is a wonderful saga for those of us who still feel the magic conjured up by the words: “Once Upon a time…”
</p> 
<p>
The book had me in its grip from the word go. Christian Mørk tells a fantastic tale full of love, evil and suffering. Three sisters in the little Irish town of  Castletownbere don’t know what has hit them when Jim first turns up on his red motorbike. One thing is certain: their lives will never be the same again.
</p> 
<p>
It’s a terrible story which ought to have us thinking from the start that the three sisters are simply the helpless victims of a man possessed by evil.
</p> 
<p>
Interestingly, this is not the case.  The deeper you plunge into the tangled undergrowth of words, the more you realise that the sisters are in fact  strong, fantastic and courageous. Certainly they have to pay an awful price for their actions, but they do so with the realisation that it was worth it! 
</p> 
<p>
This is a book, my Darlings, that you simply HAVE to read…!
</p> 
<p>
Hugs and kisses from your very own - quite fascinated - Fluffbabe Blondie
</p>

</div>

    </td>     
    
  <td valign="top">
<img src="/bilder/ChristianMoerk.jpg" border="0" width="200" height="304" alt="Christian Moerk" title="Christian Moerk">

  </td>

  </tr>


  <tr>
    <td colspan="3">  <br>&nbsp;
    </td>
  </tr>  
  
<!-- -->   
  <tr>
  <td valign="top" width="200">
<img src="/bilder/Dinheder.jpg" border="0" width="175" height="266" alt="Din Heder by Martin Svensson" title="Din Heder by Martin Svensson">

  </td>
  <td valign="top" class="content">


<a href="#tips1" NAME="chkLevA" VALUE="checked"  
onclick="javascript:var e=document.getElementById('levDataA').style; e.display = 
 ( e.display == 'none') ? '' : 'none';return 0;" >	
<h2><span class="pressdatum">2009-03-26</span><br>
Din Heder by Martin Svensson
</h2>

</a>


<div id="levDataA" STYLE="display:none;" class="pressmed">
  
<p><a name="tips1"></a></p> 
<p>
Today I’m going to review a fantastic new book: “Din Heder” (which might be translated as “In Your Honour” or something along those lines). It’s by Swedish author  Martin Svensson (you know, the guy who lived with Dilba some time back).
</p> 
<p>
 must admit to not having read any of Martin Svensson’s earlier work. When you look at the picture of him on the dust cover, you feel slightly suspicious - he’s such a cutie! Can such an attractive person really write good books?
</p> 
<p>

Well, the answer to that one is easy: YES -  he most certainly can.</p> 
<p>
“Din Heder” is about Viktor - a lost soul who doesn’t really know if he is still in a relationship with the mother of his son. They haven’t made their minds up, but have decided to “wait and see” for as month or so. 
</p> 

<p>
One day when he returns home to his bachelor pad he finds that the place has been burgled although nothing seems to have been stolen. This is the prelude to a sequence of events in which he meets Meryem - a Kurdish Palestinian in her early twenties. In fact they may have met once before one night at a bar?!
</p> 

<p>
Reluctantly, Viktor is drawn into Meryem’s life and discovers that the concept of “honour” means different things to people from different cultures. 
</p> 

<p>
I like this book. It’s written in a way that gives the reader a fascinating insight into Viktor’s restlessness, and his helplessness when he meets the much more precocious Meryem.
</p> 

<p>
Viktor becomes a pawn in the game that Meryem is playing, a game which finally gets out of her control. Traditions take over, traditions and values from a culture that Meryam has rejected, and which we Swedes are unable to understand. 
</p> 

<p>
It’s a game in which there is no winner.


</p> 

<p> 

Hugs and kisses from your very own - quite fascinated - Fluffbabe Blondie

</p> 
</div>


    </td>     
    
  <td valign="top">
<img src="/bilder/MartinSvensson.jpg" border="0" width="175" height="266" alt="Martin Svensson" title="Martin Svensson">

  </td>

  </tr>
    


</table>


</div>


     </td>
   </tr>
   <tr class="whitebgBot">
   	<td>   
<br><br>
    </td>
  </tr>
</table>

          </td>

        </tr>


        
      </table>


    </td>
  </tr>


  <tr>
    <td class="medialink">

		
  <a href="/en/media.asp" title="IN MEDIA">
	  IN MEDIA:
  </a>	





<a href="/en/media.asp#Aftonbladet" title="AFTONBLADET">
AFTONBLADET
</a>
 | 
<a href="/en/media.asp#Allers" title="ALLERS">
ALLERS
</a>
 | 
<a href="/en/media.asp#Alltombröllop" title="ALLT OM BRÖLLOP">
ALLT OM BRÖLLOP
</a>
 | 

<a href="/en/media.asp#Alltommat" title="ALLT OM MAT">
ALLT OM MAT
</a>
 | 

<a href="/en/media.asp#Amelia" title="AMELIA">
AMELIA
</a>
 | 

<a href="/en/media.asp#Cosmopolitan" title="COSMOPOLITAN">
COSMOPOLITAN
</a>
 | 


<a href="/en/media.asp#DamernasVarld" title="DAMERNAS VÄRLD">
DAMERNAS VÄRLD
</a>
 | 

<a href="/en/media.asp#ELLE" title="ELLE">
ELLE
</a>
 | 
  
<a href="/en/media.asp#EGTK" title="EXPRESSEN">
EXPRESSEN
</a>
 | 

<a href="/en/media.asp#Femina" title="FEMINA">
FEMINA
</a>
 | 

<a href="/en/media.asp#ForaldrarBarn" title="FÖRÄLDRARoBARN">
FÖRÄLDRARoBARN
</a>
 | 
 
<a href="/en/media.asp#EGTK" title="GT">
GT
</a>
 | 

<a href="/en/media.asp#HemmetsJournal" title="HEMMETS JOURNAL">
HEMMETS JOURNAL
</a>
 |
<a href="/en/media.asp#HantExtra" title="HÄNT EXTRA">
HÄNT EXTRA
</a>
 |

<a href="/en/media.asp#ICAkuriren" title="ICA-KURIREN">
ICA-KURIREN
</a>
 |
 
<a href="/en/media.asp#KATTISoCO" title="KattisoCo">
KATTIS & CO
</a>
 | 

 
<a href="/en/media.asp#EGTK" title="KVÄLLSPOSTEN">
KVÄLLSPOSTEN
</a>
 | 

<a href="/en/media.asp#LagaLatt" title="LAGA LÄTT">
LAGA LÄTT
</a>
 | 

<a href="/en/media.asp#LevaBo" title="LEVA & BO">
LEVA & BO
</a>
 | 

<a href="/en/media.asp#MMagasin" title="M MAGASIN">
M MAGASIN
</a>
 | 
   
<a href="/en/media.asp#MaBra" title="MÅ BRA">
MÅ BRA
</a>
 | 

<a href="/en/media.asp#OfficeManager" title="OFFICE MANAGER">
OFFICE MANAGER
</a>
 |
 
<a href="/en/media.asp#PlazaInterior" title="PLAZA INTERIÖR">
PLAZA INTERIÖR
</a>
 |
 
<a href="/en/media.asp#Residence" title="RESIDENCE">
RESIDENCE
</a>
 | 

<a href="/en/media.asp#SvenskaDagbladet" title="SVENSKA DAGBLADET">
SVENSKA DAGBLADET
</a>
 | 
  
<a href="/en/media.asp#Tara" title="TARA">
TARA
</a>
 | 
  
<a href="/en/media.asp#Topphalsa" title="TOPPHÄLSA">
TOPPHÄLSA
</a>
 | 
 
<a href="/en/media.asp#ViForaldrar" title="VI FÖRÄLDRAR">
VI FÖRÄLDRAR
</a>
 | 
 
<a href="/en/media.asp#VinBarjournalen" title="VIN & BARJOURNALEN">
VIN & BARJOURNALEN
</a>

 | 
 
<a href="/en/media.asp#AretRunt" title="ÅRET RUNT">
ÅRET RUNT
</a>

    </td>
  </tr>

  <tr>
     <td class="medialink2">
		

	  WE COOPERATE WITH:


     	
     	
     	
     	


<a href="http://www.icakuriren.se" target="_Icakuriren" title="ICAKURIREN">
ICAKURIREN
</a>
 | 

<a href="http://marianova.com" target="_MariaNova" title="MARIA NOVA">
  MARIA NOVA
</a>
 | 

<a href="/en/drinktips.asp" title="OLA LAURITZSON">
OLA LAURITZSON
</a>
 | 


<a href="/en/miatornblom.asp" title="MIA TÖRNBLOM">
MIA TÖRNBLOM
</a>
 | 
<a href="/en/ulrikadavidsson.asp" title="ULRIKA DAVIDSSON">
ULRIKA DAVIDSSON
</a>

     </td>
  </tr> 
  
  <tr>
    <td class="adress" align="center">


        FLUFFBABES INTERNATIONAL AB | PO BOX 162 | SE-291 22 KRISTIANSTAD | SWEDEN | 
        <a href="mailto:darling@fluffbabes.com" target="_Email" title="Email">DARLING@FLUFFBABES.COM</a> | 
        <a href="/en/sitemap.html" target="_Fluffbabes" title="Sitemap">SITEMAP</a>        

  
    </td>
  </tr>

  
</table>





<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-6132612-1");
pageTracker._trackPageview();
</script>
</body>
</html>


