var Fashion in Amsterdam_data = [ {"nom7bit": "Cloziz en Hollande", "id": "713", "nom": "Cloziz en Hollande", "items": [] }, 
{"nom7bit": "Sweat hollandais 4", "id": "714", "nom": "Sweat hollandais 4", "items": [{ "type" : "Pulli", "marque" : "Vero Moda" }, { "type" : "Haarband", "marque" : "Claire's" }] }, 
{"nom7bit": "Sweat hollandais 2", "id": "715", "nom": "Sweat hollandais 2", "items": [] }, 
{"nom7bit": "Sweat hollandais 5", "id": "716", "nom": "Sweat hollandais 5", "items": [{ "type" : "Pulli", "marque" : "H&M" }, { "type" : "Jeans", "marque" : "Levi's" }] }, 
{"nom7bit": "Jeans n Co1", "id": "717", "nom": "Jeans n' Co1", "items": [{ "type" : "Top", "marque" : "H&M" }, { "type" : "Gürtel", "marque" : "H&M" }, { "type" : "Trägershirt", "marque" : "Zac Posen" }, { "type" : "Jeans", "marque" : "G Star" }, { "type" : "Jeans", "marque" : "Bershka" }] }, 
{"nom7bit": "Converse et boots", "id": "718", "nom": "Converse et boots", "items": [{ "type" : "Sneakers", "marque" : "Converse" }] }, 
{"nom7bit": "Froid neerlandais", "id": "725", "nom": "Froid néerlandais", "items": [{ "type" : "Jacke", "marque" : "Replay" }, { "type" : "Jeans", "marque" : "Replay" }] }, 
{"nom7bit": "Short a Amsterdam", "id": "726", "nom": "Short à Amsterdam", "items": [{ "type" : "Jacke", "marque" : "Zara" }, { "type" : "Shorts", "marque" : "Pimkie" }, { "type" : "Strumpfhosen", "marque" : "H&M" }, { "type" : "Boots", "marque" : "Cafe Moda" }, { "type" : "Handtasche", "marque" : "Zara" }] }, 
{"nom7bit": "Burberry in Amsterdam", "id": "730", "nom": "Burberry in Amsterdam", "items": [{ "type" : "Hemdbluse", "marque" : "Burberry" }, { "type" : "Rock", "marque" : "Vero Moda" }, { "type" : "Strumpfhosen", "marque" : "H&M" }, { "type" : "Handtasche", "marque" : "Fendi" }] }, 
{"nom7bit": "Dandy hollandais", "id": "731", "nom": "Dandy hollandais", "items": [{ "type" : "Pulli", "marque" : "Carhartt" }, { "type" : "Jeans", "marque" : "Diesel" }, { "type" : "Gürtel", "marque" : "Diesel" }, { "type" : "Schirmmütze", "marque" : "G Star Raw" }] }, 
{"nom7bit": "Cloziz n Map", "id": "732", "nom": "Cloziz n' Map", "items": [{ "type" : "Sonstiges", "marque" : "Autocollant CLOZIZ" }] }];

var Fashion in Amsterdam_tofindex = 8;

function Fashion in Amsterdam_updatetof() {
  var tag = document.getElementById('look_Fashion in Amsterdam');
  var dbgstr = Fashion in Amsterdam_tofindex + "\n" + tag.src + "\n";
  var new_src = 'http://de.cloziz.com/look/thumb/lookid/' + Fashion in Amsterdam_data[Fashion in Amsterdam_tofindex].id;
  var new_link = 'http://de.cloziz.com/look/show/lookid/' + Fashion in Amsterdam_data[Fashion in Amsterdam_tofindex].id;
  if (tag) {
    tag.setAttribute("src", new_src);
    tag.setAttribute("alt", Fashion in Amsterdam_data[Fashion in Amsterdam_tofindex].nom);
  }
  dbgstr += tag.src + "\n";
  tag = document.getElementById('nomlook_Fashion in Amsterdam');
  if (tag) {
    tag.innerHTML = Fashion in Amsterdam_data[Fashion in Amsterdam_tofindex].nom;
    tag.href = new_link;
  }
  tag = document.getElementById('detaillook_Fashion in Amsterdam');
  if (tag) {
    var items = Fashion in Amsterdam_data[Fashion in Amsterdam_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_Fashion in Amsterdam');
  if (tag) tag.href = new_link;
  tag = document.getElementById('link2_Fashion in Amsterdam');
  if (tag) tag.href = new_link;
  return true;
}

function Fashion in Amsterdam_nexttof() {
  Fashion in Amsterdam_tofindex++;
  if(Fashion in Amsterdam_tofindex == Fashion in Amsterdam_data.length)
    Fashion in Amsterdam_tofindex = 0;
  return Fashion in Amsterdam_updatetof();
}

function Fashion in Amsterdam_prevtof() {
  if(Fashion in Amsterdam_tofindex==0)
    Fashion in Amsterdam_tofindex = Fashion in Amsterdam_data.length;
  Fashion in Amsterdam_tofindex--;
  return Fashion in Amsterdam_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_Fashion in Amsterdam" href="http://de.cloziz.com/Fashion+in+Amsterdam/look/Cloziz+en+Hollande"><img id="look_Fashion in Amsterdam" alt="Cloziz en Hollande" style="border: 1px solid #313131; padding: 0; margin: 0;" src="http://de.cloziz.com/look/thumb/lookid/713" /></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="Fashion in Amsterdam_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="Fashion in Amsterdam_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_Fashion in Amsterdam" 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_Fashion in Amsterdam">');
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_Fashion in Amsterdam">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>');

Fashion in Amsterdam_updatetof();


