// == citemaison.fr ==
var userAgent=navigator.userAgent;

var capBanAdv=10; // cappings a mettre en coherence avec gestion cook "megabann" dans inc_top_articles.html, inc_top_forum(*).html, breve.html, maison-passive-france.php, maison-bbc-france.php
var capBanGoo=0; // aff google en limitation d'adverline;
var capCarAdv=15;
var capCarGoo=0;
var nbban=0;
var nbcar=0;
var nbasti=LireCookie('nbasti') || 0;

var url2=""
if (document.URL.lastIndexOf('citemaison.com') != -1) 
 url2=document.URL.replace(/citemaison.com/gi, "citemaison.fr");
if (document.URL.lastIndexOf('cite-maison') != -1) 
 url2=document.URL.replace(/cite-maison/gi, "citemaison");
if (url2 != "")
  window.location.href=url2;
if (parent.frames.length!=0) {
 parent.location.href=location.href;
}
// tag homepage adv
var hometag="";
if (document.URL.indexOf('maison-construction-immobilier-bricolage') != -1) {
  hometag="&section=home";
}

// interactivité menu gauche
function togmen(id) {
var obje, k;
for (k=0; k<=20; k++) { // fermer tous s/menus
  obje=getStyleObject('s'+k);
  if (obje) obje.display='none';
  }
if (id) {  // ouvrir s/menu (si) indiqué
  obje=getStyleObject(id);
  obje.display='block';
  }
};

function getStyleObject(objectId) {
	if(document.getElementById && document.getElementById(objectId)) { // W3C DOM
		return document.getElementById(objectId).style;
	} else if (document.all && document.all(objectId)) { // IE4
		return document.all(objectId).style;
	} else if (document.layers && document.layers[objectId]) { // NN4
		return document.layers[objectId];
	} else {
		return false;
	}
};
// == interactivité "rechercher" ==
searchIsDisabled = false;
function searchChange(e) {
    // Update search buttons status according to search box content.
    // Ignore empty or whitespace search term.
    var value = e.value.replace(/\s+/, '');
    if (value == '' || searchIsDisabled) { 
        searchSetDisabled(true);
    } else {
        searchSetDisabled(false);
    }
};
function searchSetDisabled(flag) {
    // Enable or disable search
    document.getElementById('fullsearch').disabled = flag;
};
function searchFocus(e) {
    // Update search input content on focus
    if (e.value == 'Rechercher') {
        e.value = '';
        e.style.color = 'black';
        searchIsDisabled = false;
    }
};
function searchBlur(e) {
    // Update search input content on blur
    if (e.value == '') {
        e.value = 'Rechercher';
        e.style.color = 'gray';
        searchIsDisabled = true;
    }
};
// r/w cookies pour capping pubs
function getCookieVal(offset) {
var endstr=document.cookie.indexOf (";", offset);
if (endstr==-1) endstr=document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));
};
function LireCookie(nom) {
var arg=nom+"=";
var alen=arg.length;
var clen=document.cookie.length;
var i=0;
while (i<clen) {
 var j=i+alen;
 if (document.cookie.substring(i, j)==arg) return getCookieVal(j);
 i=document.cookie.indexOf(" ",i)+1;
 if (i==0) break;
 }
return null;
};
function EcrireCookie(nom, valeur) {
 var expire = new Date();
 var dixJours = expire.getTime() + (10*24*60*60*1000);
 expire.setTime(dixJours);
 if (document.URL.lastIndexOf('citemaison.fr') != -1) 
  document.cookie = nom + "=" + escape(valeur) + ";path=/;domain=.citemaison.fr; expires=" + expire.toGMTString();
 else
  document.cookie = nom + "=" + escape(valeur) + ";path=/; expires=" + expire.toGMTString();
};
function nbaff(nompub) {
var nb_aff=LireCookie(nompub) || 0;
 var nb_affold=nb_aff;
 nb_aff=parseInt(nb_aff);
 nb_aff=nb_aff+1;
 EcrireCookie(nompub, nb_aff, null, "/");
 return nb_aff
};
// méga banniere
function affbann() {
  nbban=nbaff("megabann");
// if (typeof(id_rubrique)!='undefined') {
// alert('fid='+forum_id + ' idr=' + id_rubrique + ' nbban='+nbban);
// }
// else {
// alert('fid='+forum_id + ' nbban='+nbban);
// }
  // pubs Adverline / Google
if (document.URL.lastIndexOf('local') == -1)  {
  if (nbban<=capBanAdv) {
    affBannAdv();
  }
  else if (nbban<=capBanGoo) {
    affBannGoo();
  }
  else {
    document.getElementById('megabanner').style.display='none';
  }
}
};
function affBannAdv() {
  if (((typeof(forum_id)!='undefined' && (forum_id in inArray([3,5,6,15,37])) ) || 
      (typeof(id_rubrique)!='undefined' && (id_rubrique in inArray([23,26,34,47,5,14,45,38,30,19,41,3,20,12,50,24])) ))
  && (nbban%4==0)
   ) {
   affbannIme();
  }
  else {
  document.write('<scr'+'ipt charset="ISO-8859-1" type="text/javascript" src="http://adnext.fr/richmedia.adv?id=89783&tag=1&s=all'+hometag+'">');
  document.write('<\/scr'+'ipt>');
  }
};
function affBannGoo() {
  google_ad_client = "pub-9816175964743939";
  google_ad_width = 728;
  google_ad_height = 90;
  google_ad_format = "728x90_as";
  google_ad_type = "text_image";
  google_ad_channel = "";
  google_color_border = "FFFAF5";
  google_color_bg = "FFFAF5";
  google_color_link = "A9501B";
  google_color_text = "000000";
  google_color_url = "0066CC";
  document.write('<scr'+'ipt type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">');
  document.write('<\/scr'+'ipt>');
};
function affbannIme() {
AC_FL_RunContent( 'codebase',
 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0',
 'width','728','height','90','src','/mutu/cm/pubs/imerys_728x90',
 'quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','/mutu/cm/pubs/imerys_728x90' );
};
// pubs Adverline / Google
// --------------------
function affcarre() {
nbcar=nbaff("carre");
//if (document.URL.lastIndexOf('local') == -1)  {
if (nbcar <= capCarAdv) {
  affCarAdv();
 }
else if (nbcar <= capCarGoo) {
  affCarGoo();
}
else {
 document.getElementById('carre').style.display='none';
 document.getElementById('carre').style.height='0';
 }
//}
};

function affCarAdv() {

if (((typeof(forum_id)!='undefined' && forum_id in inArray([3,5,6,15,37]) ) || 
    (typeof(id_rubrique)!='undefined' && id_rubrique in inArray([23,26,34,47,5,14,45,38,30,19,41,3,20,12,50,24]) )) 
    && (nbcar%4==0)
    ) {
 affCarIme();
}
else if (((typeof(forum_id)!='undefined' && forum_id in inArray([9,26,27]) ) || 
    (typeof(id_rubrique)!='undefined' && id_rubrique in inArray([33,10,48,49,9,36,35,6]) )) &&
    (nbasti < 4)) {
 affCarAst();
}
else {
 document.write('<scr'+'ipt charset="ISO-8859-1" type="text/javascript" src="http://adnext.fr/richmedia.adv?popunderid=89783&tag=3&s=all'+hometag+'">');
 document.write('<\/scr'+'ipt>');
 // profiling adverline
//  if (document.URL.lastIndexOf('citemaison') != -1)  {
//   var wl_ord=new Date().getTime();
//   document.write('<img  width="0" height="0" src="' + 'http://adnext.fr/profiling/TU/389/1487/6074/?ord=' + wl_ord + '" />');
//  }
}
};
function affCarGoo() {
google_ad_client = "pub-9816175964743939";
google_ad_width = 300;
google_ad_height = 250;
google_ad_format = "300x250_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "FFE9DD";// "FFE0DB"; // "FFF0E5"; 
google_color_bg = "FFE9DD";// "FFE0DB"; // "FFF0E5"; 
google_color_link = "A9501B";
google_color_text = "000000";
google_color_url = "0066CC";
  document.write('<scr'+'ipt type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">');
  document.write('<\/scr'+'ipt>');
};
function affCarIme() {
var randnu=Math.floor((Math.random()*10000));
// aff formulaire 2fois/3 sinon SWF
if (randnu%3 < 2 ) {
document.write('<div class="rightcontent p" style="margin:0;padding:0;width:300px;height:250px;background: url(\'/mutu/cm/pubs/bloc_form.jpg\') no-repeat left top"> \
<form name="imerys"> \
<input type="text" size="5" name="cp" onchange="formimerys()" style="position:relative;top:25px;left:240px;background-color:#e3a684;" /> \
<input type="radio" name="contact" onclick="formimerys()" value="macons" style="position:relative;top:80px;left:28px;" /> \
<input type="radio" name="contact" onclick="formimerys()" value="cmi" checked="checked" style="position:relative;top:104px;left:3px;" /> \
<a href="http://construction.maison-materiaux.com/batiment-entreprise/recherche_professionnel_maison.php?contact=cmi&support=formulaire" id="aimerys" style="position:relative;top:135px;left:100px;" target="_blank"> \
<img src="/mutu/cm/pubs/vide.gif" width="70" height="70" border="0" /></a> \
</form> \
</div> ');
}
else {
AC_FL_RunContent( 'codebase',
 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0',
 'width','300','height','250','src','/mutu/cm/pubs/imerys_300x250',
 'quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','/mutu/cm/pubs/imerys_300x250' );
}
};
function affCarAst() {
  var stahtm = new Array();
  var staimg = new Array();

  stahtm[0]="<b>Chaux pure blanche LC**** NHL 3,5</b><br/>Le calcaire crayeux siliceux de Saint-Astier donne par une cuisson adaptée une CHAUX NATURELLE PURE cumulant des propriétés aériennes et légèrement hydrauliques. Blancheur soutenue.";
  staimg[0]="/mutu/cm/pubs/sac_chaux_blanche.jpg";
  stahtm[1]="<b>Batichaux la chaux naturelle grise à maçonner NHL 5-Z</b><br/>BATICHAUX est une chaux hydraulique naturelle composée de CHAUX NATURELLE (souplesse, respiration) et d'une petite proportion de CIMENT gris (résistance, prise rapide).";
  staimg[1]="/mutu/cm/pubs/sac_type.jpg";
  stahtm[2]="<b>Chaux colorée HL 2</b><br/>La CHAUX COLOREE possède toutes les qualités de la chaux blanche... la couleur en plus. Elle apporte de nouvelles solutions quand les sables disponibles ont pouvoir colorant limité.";
  staimg[2]="/mutu/cm/pubs/sac_chaux-coloree.jpg";
  stahtm[3]="Le <b>COLORCHAUSABLE</b> est un MORTIER PRET A L EMPLOI réalisé à partir de la chaux de Saint-Astier, de colorant et de granulats sélectionnés.";
  staimg[3]="/mutu/cm/pubs/sac_colorchausable.jpg";
  
  var htmlast1 = '<div class="rightcontent p" style="margin:0;padding:0;width:300px;height:250px;">' +
 '<table style="margin:0;padding:0;width:300px;height:240px;">' +
 '<tr><td colspan="2"><a style="margin:0;padding:0;" href="http://www.c-e-s-a.fr/gamme_complete" target="blank"><img src="/mutu/cm/pubs/cesa.png" border="0" /></a></td></tr>' +
  '<tr><td style="width:120px;" valign="top"><a style="margin:0;padding:0;" href="http://www.c-e-s-a.fr/gamme_complete" target="_blank"><img border="0" src="' + staimg[nbasti] + '" width="120"/><br/>' +
  '<img src="/mutu/cm/pubs/fiche.png" border="0" /></a></td><td valign="top" style="background-color:#c5f5d3;width:180px;padding:3px"><a style="padding:0;color:#014e18;font-size:9pt;text-decoration:none;" href="http://www.c-e-s-a.fr/gamme_complete" target="_blank" >&nbsp;<br/>';

document.write(htmlast1 + stahtm[nbasti] + '</a></td></tr></table></div>');
nbasti++;
document.cookie = 'nbasti' + "=" + escape(nbasti) + ";path=/;domain=.citemaison.fr";

};

// soumission formulaire imérys
function formimerys() {
  var chk = document.forms.imerys.contact;
  var contact="";
  var supp="formulaire";
  if (document.URL.lastIndexOf('plans-') != -1) {
   supp="formulaire_plan";
  }
  for (var i=0;i < chk.length; i++) {
    if ( chk[i].checked ) {
      contact=chk[i].value;
    }
  }
  document.getElementById("aimerys").href = "http://construction.maison-materiaux.com/batiment-entreprise/recherche_professionnel_maison.php?contact=" + 
     contact + "&support=" + supp +"&code_postal=" + document.forms.imerys.cp.value;
  document.getElementById("aimerys").target="_blank";
};

// appelée en voiture balai (document.body.onload)
function finPage() {
 var minHeight;
 var eleTexte  = document.getElementById("zonetexte");
 if (LireCookie("megabann") > Math.max(capBanAdv,capBanGoo)) {
   if (document.getElementById('top')) {
    document.getElementById('top').style.top="3px";
    document.getElementById('megabanner').style.zIndex="-1";
    document.getElementById('container').style.top="96px";
    document.getElementById('droite').style.top="156px";
    document.getElementById('slogan').style.top="116px";
   }
 }
 
 if (document.getElementById("droite")) {
  if (document.getElementById("menugau")) {
   minHeight= Math.max(document.getElementById("droite").offsetHeight + 130, document.getElementById("menugau").offsetHeight) + 10;
  }
  else {
   minHeight= document.getElementById("droite").offsetHeight + 110;
  }
 }
 if (eleTexte.offsetHeight < minHeight) {
   eleTexte.style.height = minHeight + 'px';
 }
};
var ite = document.URL.match(/[0]\.[6][4]|w*\.*[^\.]([i][t][e])[a-z]+[ln]\.*/i);

function aff1Plan(noPlan) {
  document.write('<a href="http://www.citemaison.fr/scripts/plans-de-maison.php?pmnumdeb=' + noPlan +
     '"><img src="/mutu/cm/skel/img/' + noPlan + '.jpg" border="0"></a>');
};

function affPlan() {
  var plans = new Array('8','0','17','21','27','29','39','44','46','54','60','64','67','68','79','81','82','84','90','99','105','110','115','119','127','131','138','159','161','170','178','182','199','208');
  var NbPlans = plans.length;
  Num = Math.floor(Math.random() * NbPlans);
  aff1Plan(plans[Num]);
};

// retrouver la position (x,y) d'un élément de page HTML
// http://www.quirksmode.org/js/findpos.html
// http://www.webreference.com/programming/javascript/mk/column2/index.html
//-------------------------------------------------------
function cm_getPosition(e){
	var left = 0;
	var top  = 0;

	while (e.offsetParent){
		left += e.offsetLeft;
		top  += e.offsetTop;
		e     = e.offsetParent;
	}

	left += e.offsetLeft;
	top  += e.offsetTop;

	return {x:left, y:top};
};
// retourne le décalage entre le haut de page réel le haut affiché
//----------------------------------------------
function cm_getScrollTop() {
  var scrollY = 0;	// scrollY
  if (document.documentElement.scrollTop) {
    scrollY = document.documentElement.scrollTop;
  }
  else if (document.body.scrollTop) {
    scrollY = document.body.scrollTop;
  }
  else if (document.doctype == null || document.documentElement.clientHeight == 0) {
  	if (window.innerWidth           // IE -OU- pas de doctype
  	|| (document.body.offsetHeight == document.documentElement.offsetHeight 
  && document.body.offsetWidth == document.documentElement.offsetWidth)) 	{
  		scrollY = document.body.scrollTop;
  	}
  	else {  // IE avec doctype XHTML 1.0
  		scrollY = document.documentElement.scrollTop; 
  	}
  }

  return(scrollY);
};
// IE6 : seule une iframe en avant-plan permet de cacher les <select> http://www.softibox.com/softi_forum/sutra-164.html
//---------------------------------------------------------------------
function cm_loadIframe () {
  if (/MSIE 6/i.test(navigator.userAgent)) {
    var iframe = document.createElement("iframe");   
    iframe.id="ie6_iframe"; 
    iframe.setAttribute("id","ie6_iframe");   
    iframe.setAttribute("scrolling","no");
    iframe.style.border="none";   
    iframe.setAttribute("frameborder","0");
    iframe.style.position="absolute";
    iframe.style.top=0;
    iframe.style.left=0;
    iframe.style.width="100%";
    iframe.style.height="2000";
    iframe.style.zIndex=-1;  
    iframe.style.filter="alpha(opacity:1)"; 
    iframe.style.opacity="0.1";     
    document.getElementById("overlay").appendChild(iframe);
    document.getElementById("ie6_iframe").style.display=""; 
  }
};
// retourne la position Y du coin haut gauche d'un objet
// http://www.quirksmode.org/js/findpos.html
//----------------------------------------------
function cm_posY(obj) {
var curtop = 0;
if (obj.offsetParent) {
 do {
  curtop += obj.offsetTop;
  } while (obj = obj.offsetParent);
 }
 return curtop;
};
// test si une valeur est dans un tableau 
// http://snook.ca/archives/javascript/testing_for_a_v/
function inArray(a) {
  var o = {};
  for(var i=0;i<a.length;i++) {
    o[a[i]]='';
  }
  return o;
};
// annee copyright
function copyright() {
today = new Date();
Annee = today.getFullYear();
document.write(
  '<a href="http://www.citemaison.fr/Conditions-d-utilisation.html">Copyright</a> © 2006-' +
  Annee + ' &nbsp; Citemaison.fr&nbsp; &nbsp; Un site de la <a href="http://www.citemaison.fr/Conditions-d-utilisation.html">SARL Eosphere</a>&nbsp; &nbsp; Tous droits réservés.<br/>' +
  'Hébergement <a href="http://www.gplservice.fr" target="_blank">GPL Service</a>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ');
};
//AC_RunActiveContent.js (via http://javascriptcompressor.com/)
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('9 I=(k.Z.o("1i")!=-1)?t:w;9 J=(k.Z.y().o("1j")!=-1)?t:w;9 K=(k.L.o("1k")!=-1)?t:w;q 10(){9 a;9 b;9 e;z{b=p A("m.m.7");a=b.Q("$R")}B(e){}j(!a){z{b=p A("m.m.6");a="S 6,0,21,0";b.1l="1m";a=b.Q("$R")}B(e){}}j(!a){z{b=p A("m.m.3");a=b.Q("$R")}B(e){}}j(!a){z{b=p A("m.m.3");a="S 3,0,18,0"}B(e){}}j(!a){z{b=p A("m.m");a="S 2,0,0,11"}B(e){a=-1}}n a}q 12(){9 a=-1;j(k.u!=13&&k.u.14>0){j(k.u["M N 2.0"]||k.u["M N"]){9 b=k.u["M N 2.0"]?" 2.0":"";9 c=k.u["M N"+b].1n;9 d=c.C(" ");9 e=d[2].C(".");9 f=e[0];9 g=e[1];9 h=d[3];j(h==""){h=d[4]}j(h[0]=="d"){h=h.T(1)}l j(h[0]=="r"){h=h.T(1);j(h.o("d")>0){h=h.T(0,h.o("d"))}}9 a=f+"."+g+"."+h}}l j(k.L.y().o("U/2.6")!=-1)a=4;l j(k.L.y().o("U/2.5")!=-1)a=3;l j(k.L.y().o("U")!=-1)a=2;l j(I&&J&&!K){a=10()}n a}q 1o(a,b,c){D=12();j(D==-1){n w}l j(D!=0){j(I&&J&&!K){15=D.C(" ");16=15[1];E=16.C(",")}l{E=D.C(".")}9 d=E[0];9 e=E[1];9 f=E[2];j(d>F(a)){n t}l j(d==F(a)){j(e>F(b))n t;l j(e==F(b)){j(f>=F(c))n t}}n w}}q 17(a,b){j(a.o(\'?\')!=-1)n a.1p(/\\?/,b+\'?\');l n a+b}q V(a,b,c){9 d=\'\';j(I&&J&&!K){d+=\'<19 \';O(9 i W a){d+=i+\'="\'+a[i]+\'" \'}d+=\'>\';O(9 i W b){d+=\'<1q 1a="\'+i+\'" 1r="\'+b[i]+\'" /> \'}d+=\'</19>\'}l{d+=\'<1b \';O(9 i W c){d+=i+\'="\'+c[i]+\'" \'}d+=\'> </1b>\'}1s.1t(d)}q 1u(){9 a=X(1c,".1v","1d","1e:1w-1x-1y-1z-1f","1A/x-1B-1C");V(a.v,a.G,a.s)}q 1D(){9 a=X(1c,".1E","Y","1e:1F-1G-1H-1I-1f",13);V(a.v,a.G,a.s)}q X(a,b,c,d,e){9 f=p P();f.s=p P();f.G=p P();f.v=p P();O(9 i=0;i<a.14;i=i+2){9 g=a[i].y();1J(g){8"1g":H;8"1K":f.s[a[i]]=a[i+1];H;8"Y":8"1d":a[i+1]=17(a[i+1],b);f.s["Y"]=a[i+1];f.G[c]=a[i+1];H;8"1L":8"1M":8"1N":8"1O":8"1P":8"1Q":8"1R":8"1S":8"1T":8"1U":8"1V":8"1W":8"1X":8"1Y":8"1Z":8"20":8"22":8"23":8"24":8"25":8"26":8"27":8"28":8"29":8"2a":8"2b":8"2c":8"2d":8"2e":8"2f":8"2g":8"2h":8"2i":8"2j":8"2k":8"2l":8"2m":8"1h":8"2n":8"2o":f.v[a[i]]=a[i+1];H;8"2p":8"2q":8"2r":8"2s":8"2t":8"2u":8"2v":8"2w":8"1a":8"2x":f.s[a[i]]=f.v[a[i]]=a[i+1];H;2y:f.s[a[i]]=f.G[a[i]]=a[i+1]}}f.v["1g"]=d;j(e)f.s["1h"]=e;n f}',62,159,'||||||||case|var||||||||||if|navigator|else|ShockwaveFlash|return|indexOf|new|function||embedAttrs|true|plugins|objAttrs|false||toLowerCase|try|ActiveXObject|catch|split|versionStr|versionArray|parseFloat|params|break|isIE|isWin|isOpera|userAgent|Shockwave|Flash|for|Object|GetVariable|version|WIN|substring|webtv|AC_Generateobj|in|AC_GetArgs|src|appVersion|ControlVersion||GetSwfVer|null|length|tempArray|tempString|AC_AddExtension||object|name|embed|arguments|movie|clsid|444553540000|classid|type|MSIE|win|Opera|AllowScriptAccess|always|description|DetectFlashVer|replace|param|value|document|write|AC_FL_RunContent|swf|d27cdb6e|ae6d|11cf|96b8|application|shockwave|flash|AC_SW_RunContent|dcr|166B1BCA|3F9C|11CF|8075|switch|pluginspage|onafterupdate|onbeforeupdate|onblur|oncellchange|onclick|ondblClick|ondrag|ondragend|ondragenter|ondragleave|ondragover|ondrop|onfinish|onfocus|onhelp|onmousedown||onmouseup|onmouseover|onmousemove|onmouseout|onkeypress|onkeydown|onkeyup|onload|onlosecapture|onpropertychange|onreadystatechange|onrowsdelete|onrowenter|onrowexit|onrowsinserted|onstart|onscroll|onbeforeeditfocus|onactivate|onbeforedeactivate|ondeactivate|codebase|id|width|height|align|vspace|hspace|class|title|accesskey|tabindex|default'.split('|'),0,{}));
