<!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,255559E+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>Ask Fluffbabe Blondie</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="/blondie.asp">
	          	<img src="/bilder/se.png" width="44" height="39" title="SVENSKA" alt="SWEDISH LANGUAGE" border="0">
	          </a>
					
        	  <a href="/dk/blondie.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/blondie.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">

           


          </td>

<td valign="top" class="content" width="100%">
<h2>Ask Fluffbabe Blondie</h2>
<img src="/bilder/blondie2008.jpg" align="right" hspace="5" border="0" width="291" height="394" alt="Fluffbabe Blondie" title="Fluffbabe Blondie">
  


<!-- innehållet -->  


<p>
  Darlings!
</p>
<p>
I receive an enormous amount of post from lots of darlings asking me about all sorts of things. Many of them don’t want to write to me on my blog page, so I’ve decided to open a little column which I’m calling “Ask Fluffbabe Blondie”. 
</p>
<p>
You’re welcome to write to my column about life, human relationships and other problems which are causing you concern. I like to think I have a lot of life-experience and I’m certainly used to helping people and solving their problems. You can count on me to answer all your questions to the very best of my ability.  
</p>

<p>
Welcome to Fluffbabe Blondie’s column! 
</p>


  

<p>
Send in your questions! 
</p>


<table class="form" border="0" class="content">

 
<form method="POST" action="blondie.asp" onsubmit="return Kontroll(this)">
<input type="hidden" name="formtitle" value="Fråga Fluffbabe Blondie">



<tr>

  <td>
    Name:
  </td>
  <td>
    <input type="text" name="name" size="40" maxlength="200">
  </td>

</tr>

<tr>
   <td>
    Email:
  </td>
  <td>
    <input type="text" onChange="kollaAdress(this.value);" name="email" size="40" maxlength="200">
  </td>

</tr>

<tr>

  <td>Question:</td>
  <td><textarea cols="40" rows="10" name="message" ></textarea>
  </td>

</tr>

<tr>

   <td>&nbsp;</td>
   <td valign="bottom">
<input type="image" src="/bilder/ENskicka2.gif" name="ask" value="SEND" title="SEND">  

</form>
    </td>
  </tr>
</table>


 
<!-- slut på innehållet -->

  </td>

</tr>
<tr>
  <td valign="top" class="content" colspan="2">

<h2> 
”Ask Fluffbabe Blondie” has become hugely popular in a very short time, and the questions are pouring in from our members. We have decided to publish some questions of a general nature – but we promise to do so with the utmost discretion! If you do not wish your question to be published on the site, please make it clear when you send us your email. 
</h2>

<!-- -->
<p>
  <b>Question:</b>
<br>
Darling Blondie!
<br>
Min boyfriend is a real knockout but recently I’ve started to feel uncomfortable when we’re out together in the company of other people. 
I’ve never known anyone as good as him at paying people compliments, and my girlfriends are all envious of me because he says nice things about the shoes I wear – that sort of thing. 
<br><br>
It follows that he is also good at paying my girlfriends compliments, too – and that’s when the trouble starts. In principle, (and especially when we first started going out) I’m really pleased that he says nice things to my friends. I mean, a girl always needs a bit of flattery – right? 
<br><br>
But problems started to arise when he made complimentary remarks about something a girlfriend was wearing but said nothing nice to me (I do get lots of compliments, but mostly while we’re at home, if you know what I mean) – and that made me feel bad about myself. 
<br><br>
After a while I decided to ask my boyfriend to stop paying so many compliments to my girlfriends seeing as how THEIR boyfriends didn’t pay me any (well, most boys don’t, do they…)
<br><br>
I suppose he thought I was just being silly ‘cos he didn’t really see why it mattered at all – but he did in fact stop handing out compliments all over the place. 
<br><br>
Now I feel bad about being so fussy – should I have been more magnanimous, and just ignored it?
<br><br>
Hugs from Linda

</p>
<p>
<b>Answer:</b>
<br>
Darling Linda!
<br>
What a great boyfriend you have – handing out all those lovely compliments! You should take good care of him, because there aren’t that many of his kind out there. Let’s face it, most men won’t even notice it if you’re wearing a brand-new nail varnish!
<br><br>
In matter of fact I do understand how you feel, and I think it was brave of you to tell him how you felt. What’s more, it sounds as if he “took it like a man” even though he didn’t really understand where you were coming from. 
<br><br>
Which, by the way, is often the case with men, isn’t it?
<br><br>
I don’t think you should spend too much time brooding over this. If you change your mind, you can always tell your boyfriend that he’s welcome to start handing out compliments again (as long as he never, never forgets to include you!)
<br><br>
Even a Fluffbabe has her small weaknesses – and this one of yours is certainly not one of the biggest I’ve come across. 
<br><br>
A big, fluffy hug from Blondie

</p>
<hr>


<p>
  <b>Question:</b>
<br>
Dear Fluffbabe Blondie! 
<br>
I have just ended a relationship with a fantastic man. I had two children before I met him (both with different fathers). The reason for our mutually ending our relationship was that I feel ready to start a new life with him and build a home and a family together – but he doesn’t.  
<br><br>
We don´t live in the same town, and neither of us wants to move away – this is out of consideration for both my children and his, and all the other parents involved. He would like to carry on as we have been doing – but I want to move on! We can’t carry on like this if we want a life together.  
<br><br>
I met him by chance a couple of weeks ago and realised that my feelings for him have not changed. My love for him is as strong as ever.  
<br><br>
What shall I do? 
</p>
<p>
<b>Answer:</b>
<br>
Darling!
<br>
I have two things to say to you: 
<br><br>
1. There’s a Swedish saying: ”Take good care of your wishes – they can easily fade away.” Now what do I mean by that?  Well, there’s no way of guaranteeing that moving in with him and all the children will bring the happiness that you are looking for. It might well work out all right – but there are bound to be “daily conflicts” which would rock the boat! Four children all brought up in different ways – that’s bound to create problems. 
<br><br>
So why not just carry on with things as they were? In that way you can both continue to enjoy the relationship – and the children can gradually get to know each other without being forced to live together.  Instead of being sad because you can’t share a home, you can find happiness in your wonderful relationship without being dependent on each other!  
<br><br>
2. You obviously love this man. Don’t forget that true love is a treasure and very difficult to find! It has to be appreciated and treated with care. 
<br><br>
Hugs from Fluffbabe Blondie 
</p>
<hr>

<p>
<b>Question:</b>
<br>

Dear Fluffbabe Blondie! 
<br>
My children are driving me up the wall. They continually demand all my attention and never show any gratitude when I drive them round to all their various leisure activites. It’s impossible to get them to help in the home. All I ask them to do is keep their rooms tidy and they can’t even be bothered to do that. They never listen to a word I say to them. They’re 13 and 15 now and I think they ought to show a bit of responsibility. Do things have to be like this?
</p>

<p>
<b>Answer:</b>
<br>
Darling!
<br>
Oh dear, oh dear, oh dear! There doesn’t seem to be much glamour in your life at the moment…Things have got to change – and fast! If it’s any consolation to you, remember that you’re not the only one in this situation – but what good is that? Your best years are slipping through your fingers! Here’s my advice: 
<br><br>
1. Write down a list of the things you want the kids to help you with.  
<br>
2. Call a family meeting and tell them how things are going to be in the family from now on.
<br>
3. NB! Do NOT pay them money to help in the home. Make them understand that it’s their home just as much as it is yours – and that this is the least that can be expected of a member of the family. 
<br>
4. Stand firm. If they don’t do as they say, deduct an amount from their weekly/monthly allowance. Tell them that you will only chauffeur them if they help out in the home. 
<br><br>
This will work – but only if you stand your ground! The bonus will be that they will very soon start to show gratitude to you for all that you do for them! 
<br><br>
Hugs from Fluffbabe Blondie 
</p>
<hr>
<p>
<b>Question:</b>
<br>
Dear Fluffbabe Blondie! 
<br>
I live in central Sweden. I have just been made redundant and my partner wants us to move away from the town where we live. But I don’t have a job in the town he wants to move to and my self-esteem is in a bad way at the moment. I’m not sure that I have the courage to move. What do you think I should do?
</p>

<p>
<b>Answer:</b>
<br>
Darling!
<br>
There’s only one answer to your question: MAKE THE MOVE! Don’t forget that the only things you can regret are the things you never did. Anyway, the move will offer you wonderful new opportunities in life! A new start is just what you need. Sometimes you simply have to let go and see where you land. It’s not dangerous! It’s exciting! Remember these two things:  
<br><br>
1. Your home town is not going to disappear. If you ever want to move back it’ll still be there. 
<br>
2. It’ll take you at least 6 months to find out if you like your new surroundings. Don’t give up, even though there may be problems now and then!  
<br><br>

Hugs from Fluffbabe Blondie 
</p>
<hr>
<p>
<b>Question:</b>
<br>
Dear Fluffbabe Blondie! 
<br>
I’m in love with a wonderful man. I don’t think I’ve ever been so much in love in all my life. Everything between us is perfect and I’m continually pinching my arm to find out if it’s real or just a dream.  
<br><br>
However, there is just one problem and it seems to be getting worse and worse. He has had a very difficult past with his teenager daughter – and with his highly demanding parents. These relationships are a source of worry and pain to him, and this is why we can’t see each other as often as we’d like to.
<br><br>
For many years I have been struggling to create an uncomplicated life for myself and I really don’t want to end up in a situation in which I have to accept a lot of bother and worry – just because of another person and his unhappy background.  
<br><br>
I don’t know which leg to stand on. Shall I stay in the relationship, or shall I terminate it – despite the love that we have found? 
</p>

<p>
<b>Answer:</b>
<br>
Darling!
<br>
You are right to make your life as uncomplicated as possible. Many people think that you have to accept a lot of hassle and complications all the time. You don’t. It sounds as if the relationship has not been going on for long? If so, it’s very wise of you to think long and hard about the future of the relationship. At the same time you say that you have never been in love like this before. They say that ”Love Conquers All” – but I would think that it’s going to take a lot of sacrifices from him if that’s to be the case. It also seems likely that it will be his problems and his needs which will dominate your relationship. Here’s my advice: 
<br><br>
1. Decide how far you’re willing to go – first of all for your own sake so that you know what it is you want and how many sacrifices you’re willing to make. But also for his sake. Make sure that you are both prepared to make sacrifices – not only you!  
<br><br>
2. Make yourself absolutely clear. Hints and sulking won’t do any good if you find out things are not going as you want them to. Remember that no one can read your mind! 
<br><br>
3. Think carefully about things. Everyone ought to stop up occasionally and ask themselves if they are satisfied with their lives. If not – make changes! 
<br><br>
Hugs from Fluffbabe Blondie 

</p>    
  </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>


