var Soiree Le 31_data = [ {"nom7bit": "Kidelicious1", "id": "519", "nom": "Kidelicious1", "items": [{ "type" : "T-Shirt", "marque" : "Ecko" }] }, 
{"nom7bit": "Respect", "id": "520", "nom": "Respect", "items": [{ "type" : "Armband", "marque" : "Adidas" }] }, 
{"nom7bit": "Claquette show", "id": "521", "nom": "Claquette show", "items": [{ "type" : "Schuhe", "marque" : "Ze One" }] }, 
{"nom7bit": "Bienvenido a Miami", "id": "522", "nom": "Bienvenido a Miami", "items": [{ "type" : "Poloshirt", "marque" : "Fait Maison" }, { "type" : "Kette", "marque" : "Fait Maison" }] }, 
{"nom7bit": "Cadeaux de coeur", "id": "523", "nom": "Cadeaux de coeur", "items": [{ "type" : "Armband", "marque" : "Fait Maison" }, { "type" : "Armband", "marque" : "Fait Maison" }, { "type" : "Ring", "marque" : "Fait Maison" }, { "type" : "Armbanduhr", "marque" : "Fait Maison" }] }, 
{"nom7bit": "B A Butterfly1", "id": "524", "nom": "B. A Butterfly1", "items": [{ "type" : "Sonstiges", "marque" : "Tatouage" }] }, 
{"nom7bit": "Paris  Geneve2", "id": "525", "nom": "Paris / Genève2", "items": [{ "type" : "Trägershirt", "marque" : "H&M" }, { "type" : "Halsband", "marque" : "Fait Maison" }, { "type" : "Hemd", "marque" : "Abercrombie" }] }, 
{"nom7bit": "Vive Aldo", "id": "526", "nom": "Vive Aldo", "items": [{ "type" : "Jeans", "marque" : "Fait Maison" }, { "type" : "Pumps", "marque" : "Aldo" }] }, 
{"nom7bit": "Gucci shoes", "id": "527", "nom": "Gucci shoes", "items": [{ "type" : "Strassenschuhe", "marque" : "Gucci" }, { "type" : "Jeans", "marque" : "Diesel" }] }, 
{"nom7bit": "Champagne", "id": "528", "nom": "Champagne!", "items": [] }, 
{"nom7bit": "US baskets", "id": "529", "nom": "US baskets", "items": [{ "type" : "Sneakers", "marque" : "Creative Recreation" }] }, 
{"nom7bit": "Hello Kitty3", "id": "530", "nom": "Hello Kitty!3", "items": [{ "type" : "Top", "marque" : "H&M" }, { "type" : "Armbanduhr", "marque" : "Zadig & Voltaire" }, { "type" : "Armband", "marque" : "New look" }, { "type" : "Halsband", "marque" : "H&M" }] }, 
{"nom7bit": "Lumineuses", "id": "531", "nom": "Lumineuses", "items": [{ "type" : "Ohrringe", "marque" : "H&M" }] }, 
{"nom7bit": "Sac argente", "id": "532", "nom": "Sac argenté", "items": [{ "type" : "Handtasche", "marque" : "Fait Maison" }] }, 
{"nom7bit": "Masculin feminin", "id": "533", "nom": "Masculin féminin", "items": [{ "type" : "Armbanduhr", "marque" : "Guess" }] }, 
{"nom7bit": "Organisatrice1", "id": "538", "nom": "Organisatrice1", "items": [{ "type" : "Kleid", "marque" : "Sinequanone" }, { "type" : "Poloshirt", "marque" : "Ralph Lauren" }, { "type" : "Jeans", "marque" : "Diesel" }] }, 
{"nom7bit": "Jaune vintage", "id": "539", "nom": "Jaune vintage", "items": [{ "type" : "T-Shirt", "marque" : "Agnès b" }, { "type" : "Sonnenbrille", "marque" : "Vuarnet" }] }, 
{"nom7bit": "Green Drink1", "id": "540", "nom": "Green Drink1", "items": [{ "type" : "Jacke", "marque" : "Zara" }, { "type" : "Pulli", "marque" : "H&M" }, { "type" : "T-Shirt", "marque" : "Agnès b" }, { "type" : "Gürtel", "marque" : "Michel Payne" }] }, 
{"nom7bit": "Cest mon pied2", "id": "541", "nom": "C'est mon pied2", "items": [{ "type" : "Hose", "marque" : "Gap" }, { "type" : "Sneakers", "marque" : "Nike" }] }, 
{"nom7bit": "Apparant1", "id": "542", "nom": "Apparant...1", "items": [{ "type" : "Männerslip", "marque" : "Gap" }, { "type" : "Hose", "marque" : "Gap" }] }];

var Soiree Le 31_tofindex = 18;

function Soiree Le 31_updatetof() {
  var tag = document.getElementById('look_Soiree Le 31');
  var dbgstr = Soiree Le 31_tofindex + "\n" + tag.src + "\n";
  var new_src = 'http://de.cloziz.com/look/thumb/lookid/' + Soiree Le 31_data[Soiree Le 31_tofindex].id;
  var new_link = 'http://de.cloziz.com/look/show/lookid/' + Soiree Le 31_data[Soiree Le 31_tofindex].id;
  if (tag) {
    tag.setAttribute("src", new_src);
    tag.setAttribute("alt", Soiree Le 31_data[Soiree Le 31_tofindex].nom);
  }
  dbgstr += tag.src + "\n";
  tag = document.getElementById('nomlook_Soiree Le 31');
  if (tag) {
    tag.innerHTML = Soiree Le 31_data[Soiree Le 31_tofindex].nom;
    tag.href = new_link;
  }
  tag = document.getElementById('detaillook_Soiree Le 31');
  if (tag) {
    var items = Soiree Le 31_data[Soiree Le 31_tofindex].items;
    tag.innerHTML = "";
    for(var i=0; i<items.length; i++) {
      tag.innerHTML += '<li style="display: inline;">';
      tag.innerHTML += items[i].type + " : " + items[i].marque;
      if(i<items.length-1)
        tag.innerHTML += ',';
      tag.innerHTML += "</li>  ";
    }
  }
  tag = document.getElementById('link1_Soiree Le 31');
  if (tag) tag.href = new_link;
  tag = document.getElementById('link2_Soiree Le 31');
  if (tag) tag.href = new_link;
  return true;
}

function Soiree Le 31_nexttof() {
  Soiree Le 31_tofindex++;
  if(Soiree Le 31_tofindex == Soiree Le 31_data.length)
    Soiree Le 31_tofindex = 0;
  return Soiree Le 31_updatetof();
}

function Soiree Le 31_prevtof() {
  if(Soiree Le 31_tofindex==0)
    Soiree Le 31_tofindex = Soiree Le 31_data.length;
  Soiree Le 31_tofindex--;
  return Soiree Le 31_updatetof();
}

document.write('<div style="margin: 0 auto; width: 230px; font-family: Arial, sans-serif;">');
document.write('<div style="height: 40px; margin: 0 5px; background: url(http://de.cloziz.com/images/widget/widget_top_bg-left.gif) left top no-repeat;">');
document.write('<div style="height: 40px; margin: 0 auto; background: url(http://de.cloziz.com/images/widget/widget_top_bg-right.gif) right top no-repeat;">');
document.write('<div style="padding: 2px 0 0 5px;">');
document.write('<a href="http://de.cloziz.com">');
document.write('<img style="border: 0; padding: 0;" src="http://de.cloziz.com/images/widget/widget_top_clozizlogo.gif" alt="" /></a>');
document.write('</div></div></div>');

document.write('<div style="margin: 0 5px; padding: 0 10px; background: url(http://de.cloziz.com/images/widget/widget_mid_bg_top.gif) repeat-x bottom #C5C5C5;">'); // mid mcontent
document.write('<div style="height: 5px; background: url(http://de.cloziz.com/images/widget/widget_mid_content_top_bg-left.gif) left bottom no-repeat;">'); // content-top left
document.write('<div style="height: 5px; background: url(http://de.cloziz.com/images/widget/widget_mid_content_top_bg-right.gif) right bottom no-repeat;">'); // content-top right
document.write('</div></div>');
document.write('<div style="padding: 3px 0 6px 0; background: #fff; text-align: center;">'); // content
document.write('<div>'); // photo
document.write('<a target="_blank" id="link1_Soiree Le 31" href="http://de.cloziz.com/Soiree+Le+31/look/Kidelicious1"><img id="look_Soiree Le 31" alt="Kidelicious1" style="border: 1px solid #313131; padding: 0; margin: 0;" src="http://de.cloziz.com/look/thumb/lookid/519" /></a>\n');
document.write('</div>');
document.write('</div>');
document.write('</div>');
document.write('<div style="width: 100%; height: 60px;">'); //mid nav
document.write('<div style="float: left; width: 25px; height: 60px;">');  // nav previous
document.write('<a href="#" onClick="Soiree Le 31_prevtof(); return false;">');
document.write('<img style="margin: 0; padding: 0; width: 25px; height: 60px; border: 0; background: url(http://de.cloziz.com/images/widget/widget_mid_nav_prev.gif) top no-repeat;" src="http://de.cloziz.com/images/widget/void.gif" alt="previous" onmouseover="style.backgroundPosition=\'bottom\'" onmouseout="style.backgroundPosition=\'top\'">');
document.write('</a>');
document.write('</div>');
document.write('<div style="float: right; width: 25px; height: 60px;">'); // nav next
document.write('<a href="#" onClick="Soiree Le 31_nexttof(); return false;">');
document.write('<img style="margin: 0; padding: 0; width: 25px; height: 60px; border: 0; background: url(http://de.cloziz.com/images/widget/widget_mid_nav_next.gif) top no-repeat;" src="http://de.cloziz.com/images/widget/void.gif" alt="next" onmouseover="style.background=\'url(http://de.cloziz.com/images/widget/widget_mid_nav_next.gif) bottom no-repeat;\'" onmouseout="style.background=\'url(http://de.cloziz.com/images/widget/widget_mid_nav_next.gif) top no-repeat;\'">');
document.write('</a>');
document.write('</div>');

document.write('<div style="margin: 0 25px; padding: 0 1px; text-align: center; background: #fff;">'); // lookdata
document.write('<h1 style="margin: 0; padding: 0; border: 0; height: 18px; font-size: 14px; font-weight: bold;">');
document.write('<a style="color: #d0517e; text-decoration: none;" href="#" id="nomlook_Soiree Le 31" onmouseover="style.color=\'#910134\'" onmouseout="style.color=\'#d0517e\'">Nomdulook</a>');
document.write('</h1>');
document.write('<ul style="margin: 0; padding: 0 10px; height: 42px; list-style: none; text-align: center; line-height: 10px; overflow: hidden; font-size: 10px; color: #000;" id="detaillook_Soiree Le 31">');
document.write('<li>detail</li>');
document.write('</ul>');
document.write('</div>');
document.write('</div>');
document.write('<div style="clear: both;">'); // clear
document.write('</div>');
document.write('<div style="margin: 0 5px; padding: 0 10px; height: 20px; background: url(http://de.cloziz.com/images/widget/widget_mid_bg_btm.gif) repeat-x top #C5C5C5;">'); // mid links
document.write('<div style="padding: 2px 10px 0 10px; background: #fff; line-height: 16px; text-align: right;">'); // links
document.write('<a href="http://de.cloziz.com" style="font-size: 10px; text-decoration: none; color: #910134;" onmouseover="style.color=\'#5d0122\'" onmouseout="style.color=\'#910134\'" id="link2_Soiree Le 31">Le reste sur cloziz.com</a>');
document.write('</div>');
document.write('<div style="height: 5px; font-size: 0px; background: url(http://de.cloziz.com/images/widget/widget_mid_content_btm_bg-left.gif) left top no-repeat;">'); // content-btm left
document.write('<div style="height: 5px; font-size: 0px; background: url(http://de.cloziz.com/images/widget/widget_mid_content_btm_bg-right.gif) right top no-repeat;">'); // content-btm right
document.write('</div>');
document.write('</div>');
document.write('</div>');
document.write('<div style="margin: 0 auto; height: 10px; font-size: 0px;">'); // wbtm
document.write('<div style="margin: 0 5px; height: 10px; background: url(http://de.cloziz.com/images/widget/widget_btm_bg-left.gif) left top no-repeat;">'); // wbtm bleft
document.write('<div style="height: 10px; background: url(http://de.cloziz.com/images/widget/widget_btm_bg-right.gif) right top no-repeat;">'); // wbtm bright
document.write('</div>');
document.write('</div>');
document.write('</div>');

document.write('</div>');

Soiree Le 31_updatetof();


