function addQypeStyles() {
  styles = 'div#qypeWidget { width: auto; border: 1px solid #BACA80; padding: 3px 5px; margin: 0; background: #FFF; }\n' +
           'div#qypeWidget img { border: 0; }\n' +
           'div#qypeWidget img.qypeStars { padding-top: 3px; }\n' +
           'div#qypeWidget h3.qypeHeadline { padding: 5px 3px; margin: 0; }\n' +
           'div#qypeWidget ul.qypeList { vertical-align: top; height: auto; margin: 0; padding: 0; list-style-type: none; }\n' +
           'div#qypeWidget ul li.qypeListItem { display: block; margin: 0; padding: 5px 10px; border: none; background: none; }\n' +
           'div#qypeWidget ul.qypeList li a { display: inline; margin: 0; padding: 0; text-decoration: none; }\n' +
           'p.qypeLinkToQype { margin: 5px; padding: 0; }\n'


  stylesTag = document.createElement('style')
  stylesTag.type = "text/css"

  if(stylesTag.styleSheet){ //IE
    stylesTag.styleSheet.cssText = styles
  } else { //w3c
    var stylesText = document.createTextNode(styles)
    stylesTag.appendChild(stylesText)
  }

  document.getElementsByTagName("head")[0].appendChild(stylesTag)
}

// setting defaults
function qypetoolMergeDefaults(cfg) {
  cfg.merge = function(key, defaultValue) {
    if(typeof(this[key]) == 'undefined') this[key] = defaultValue
  }
  cfg.merge('headline', 'Mein Qype')
  cfg.merge('reviewCount', 5)
  cfg.merge('showUsername', true)
  cfg.merge('showStars', true)
  cfg.merge('eTracker_cid', '7')
  cfg.merge('eTracker_lid', '158667')
  cfg.merge('affilinet_site', '')
  cfg.merge('affilinet_tnb', '')
  cfg.merge('affilinet_ref', '')
  return cfg
}

function addParamToUrl(url, param, value) {
  return url + ((url.indexOf('?') > -1) ? '&' : '?') + param + '=' + value
}

function affilinetTrackingImage() {
  if (qypetoolConfig.affilinet_site && qypetoolConfig.affilinet_tnb && qypetoolConfig.affilinet_ref) {
    return '<img src="http://banners.webmasterplan.com/view.asp?ref=' + 
           qypetoolConfig.affilinet_ref + '&site=' + 
           qypetoolConfig.affilinet_site + '&type=text&tnb=' + 
           qypetoolConfig.affilinet_tnb + '" width="0" height="0" style="display:none;"/>'
  }
  return ""
}

function addAffilinetTracking(url) {
  if (qypetoolConfig.affilinet_site && qypetoolConfig.affilinet_tnb && qypetoolConfig.affilinet_ref) {
    url = "http://partners.webmasterplan.com/click.asp?ref=" + qypetoolConfig.affilinet_ref +
    "&site=" + qypetoolConfig.affilinet_site + 
    "&type=text" + 
    "&tnb=" + qypetoolConfig.affilinet_tnb + 
    "&diurl=" + encodeURIComponent(url)
  }
  return url
}

// main
function writeQypeTool() {
  var fobj = {
    string: '',
    write: function(text) {
      this.string += text
    }
  }

  if (typeof(qypetoolConfig) == 'undefined') qypetoolConfig = {}
  qypetoolConfig = qypetoolMergeDefaults(qypetoolConfig)

  var e

  if (typeof(qypetoolConfig.targetId) != undefined) {
    e = qypetoolConfig.targetId
    if(typeof(e) == 'string') {
      e = document.getElementById(e)
    }
  } 

  if(typeof(e) == 'undefined') {
    e = document.getElementsByTagName('*');
    var pos = e[e.length-1];
    e = document.createElement('div')
    pos.parentNode.appendChild(e);
  }

  var qypetoolReviews = [{"url": "http://www.qype.com/review/694905", "name": "Hebammenpraxis Bauchraum Bauer und Sch\u00fc\u00dfling", "stars": 5}, {"url": "http://www.qype.com/review/559401", "name": "World of Notebook", "stars": 4}, {"url": "http://www.qype.com/review/228645", "name": "Caf\u00e9 Criolu", "stars": 5}, {"url": "http://www.qype.com/review/228637", "name": "Mariposa - Roswithas Insel-Wanderungen", "stars": 4}, {"url": "http://www.qype.com/review/228589", "name": "Wandertouren im Norden Teneriffas", "stars": 5}, {"url": "http://www.qype.com/review/174088", "name": "Meyerbeer Coffee S\u00fcd GmbH", "stars": 2}, {"url": "http://www.qype.com/review/170704", "name": "Nil Restaurant", "stars": 5}, {"url": "http://www.qype.com/review/169959", "name": "Naturkaufhaus", "stars": 5}, {"url": "http://www.qype.com/review/144127", "name": "Barz und Bachmann", "stars": 4}, {"url": "http://www.qype.com/review/140745", "name": "Krankenhaus M\u00e4rkisch-Oderland GmbH BTStrausberg", "stars": 3}, {"url": "http://www.qype.com/review/133966", "name": "Theaterkasse Strausberg", "stars": 2}, {"url": "http://www.qype.com/review/131664", "name": "ZMY-Entsorgung", "stars": 4}, {"url": "http://www.qype.com/review/130627", "name": "Bauernsch\u00e4nke", "stars": 1}, {"url": "http://www.qype.com/review/128384", "name": "Remondis", "stars": 2}, {"url": "http://www.qype.com/review/128351", "name": "Impala-Coffee H.K\u00f6nig-O.Haug GbR", "stars": 2}, {"url": "http://www.qype.com/review/126937", "name": "Landbackstube", "stars": 4}, {"url": "http://www.qype.com/review/125925", "name": "Zoologischer Garten", "stars": 2}, {"url": "http://www.qype.com/review/123576", "name": "Erika-He\u00df-Eisstadion", "stars": 4}, {"url": "http://www.qype.com/review/120539", "name": "Seebr\u00fccke Sellin", "stars": 5}, {"url": "http://www.qype.com/review/206542", "name": "Seebr\u00fccke Ahlbeck", "stars": 3}, {"url": "http://www.qype.com/review/114388", "name": "Eisbahn auf dem Bebelplatz", "stars": 4}, {"url": "http://www.qype.com/review/110843", "name": "Komet", "stars": 2}, {"url": "http://www.qype.com/review/108280", "name": "C/O Berlin", "stars": 2}, {"url": "http://www.qype.com/review/106888", "name": "Gasthof Strausberg Nord", "stars": 3}]
  fobj.write('<div id="qypeWidget">\n')
  fobj.write('    <a href="http://www.qype.com"><img src="http://assets3.qype.com/images/qype_widget_logo.gif"></a>\n')
  fobj.write('    <h3 class="qypeHeadline">' + qypetoolConfig.headline + '</h3>\n')
  fobj.write('    <ul class="qypeList">\n')
  var qypetoolReviewsLength = Math.min(qypetoolReviews.length, qypetoolConfig.reviewCount)
  for(i=0;i<qypetoolReviewsLength;i++) {
    fobj.write('      <li class="qypeListItem">\n')
    fobj.write('        <a href="' + addAffilinetTracking(qypetoolReviews[i]['url']) + '">' + qypetoolReviews[i]['name'] + '</a><br />\n')
    if (qypetoolConfig.showStars) fobj.write('        <img src="http://assets3.qype.com/images/rating_small_' + qypetoolReviews[i]['stars'] + '.png" class="qypeStars">\n')
    fobj.write("      </li>\n")
  }
  fobj.write('    </ul>\n')
  if (typeof(qypetoolConfig.username) != 'undefined' && qypetoolConfig.showUsername) {
    var qypetoolUserLink = '<a href="' + 'http://www.qype.com/people/'+ qypetoolConfig.username + '">' + qypetoolConfig.username + '</a>'
    fobj.write('<p>Ich bin ' + qypetoolUserLink + ' auf ')
    fobj.write('<a href="http://www.qype.com">Qype</a></p>')
  }
  fobj.write(affilinetTrackingImage())
  fobj.write('</div>')

  e.innerHTML = fobj.string
}

addQypeStyles()
writeQypeTool()
