if ( document.referrer && document.referrer != '' && ( document.referrer.indexOf( 'scentedsalamander' ) == -1 || ( document.location.href.indexOf( 'beautyandthesalamander' ) != -1 && document.location.href.indexOf( 'anthropologieduparfum' ) != -1 ) ) && ( document.referrer.indexOf( 'beautyandthesalamander' ) == -1 || ( document.location.href.indexOf( 'scentedsalamander' ) != -1 && document.location.href.indexOf( 'anthropologieduparfum' ) != -1 ) ) && ( document.referrer.indexOf( 'anthropologieduparfum' ) == -1 || ( document.location.href.indexOf( 'scentedsalamander' ) != -1 && document.location.href.indexOf( 'beautyandthesalamander' ) != -1 ) ) )
{
	var dRef = escape( document.referrer );
	dRef = dRef.replace( /[+]/g, '%2B' );
}
else
{
	var dRef = '';
}

var blogPage = escape( document.location );
blogPage = blogPage.replace( /[+]/g, '%2B' );


document.write( '<img src="http://www.mimifroufrou.com/global/images/mt_count.php?nocache=' + Math.random() + '&amp;dRef=' + dRef + '&amp;blogPage=' + blogPage + '" />' );
