function addQypeStyles() {
  styles = 'div#qypeWidget { width: auto; border: 1px solid #3FC8F4; padding: 3px 5px; margin: 0; background: #FFF; -moz-border-radius: 0; -webkit-border-radius: 0; }\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 5px; padding: 5px; border: none; border-top: 1px solid #DDD; background: none; }\n' +
           'div#qypeWidget ul.qypeList li a { display: inline; margin: 0; padding: 0; text-decoration: none; color: #444; }\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', 'My 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.co.uk/review/2724622","stars":1,"name":"Sense Creative"},{"url":"http://www.qype.co.uk/review/2720985","stars":5,"name":"Thomas The Baker"},{"url":"http://www.qype.co.uk/review/2720894","stars":4,"name":"The Brinkburn"},{"url":"http://www.qype.co.uk/review/2720848","stars":4,"name":"The Brinkburn"},{"url":"http://www.qype.co.uk/review/2719216","stars":5,"name":"Hair by Sarah Jane"},{"url":"http://www.qype.co.uk/review/2714118","stars":1,"name":"Peking Chef"},{"url":"http://www.qype.co.uk/review/2712982","stars":5,"name":"Ducks Carpet Clearance Warehouse"},{"url":"http://www.qype.co.uk/review/2710197","stars":5,"name":"Darlington Gay Nights on Mondays"},{"url":"http://www.qype.co.uk/review/2706920","stars":5,"name":"Eastern Bamboo"},{"url":"http://www.qype.co.uk/review/2706341","stars":5,"name":"Meze"},{"url":"http://www.qype.co.uk/review/2706332","stars":4,"name":"Oven Restaurant"},{"url":"http://www.qype.co.uk/review/2706256","stars":5,"name":"Sol Tapas"},{"url":"http://www.qype.co.uk/review/2699604","stars":5,"name":"Cakes By Melia"},{"url":"http://www.qype.co.uk/review/2698239","stars":4,"name":"Warren James"},{"url":"http://www.qype.co.uk/review/2697875","stars":3,"name":"Reema Contemporary"},{"url":"http://www.qype.co.uk/review/2683758","stars":2,"name":"Uno Momento"},{"url":"http://www.qype.co.uk/review/2683354","stars":5,"name":"Prego"},{"url":"http://www.qype.co.uk/review/2370521","stars":3,"name":"Best Western Walworth Castle Hotel"},{"url":"http://www.qype.co.uk/review/2677095","stars":4,"name":"Akbar Dynasty"},{"url":"http://www.qype.co.uk/review/2341207","stars":5,"name":"Railway Station"},{"url":"http://www.qype.co.uk/review/2673999","stars":3,"name":"White Horse Hotel"},{"url":"http://www.qype.co.uk/review/2673984","stars":5,"name":"Seaton Leng \u0026 Son"},{"url":"http://www.qype.co.uk/review/2670055","stars":1,"name":"The White Heifer That Travelled"},{"url":"http://www.qype.co.uk/review/2664644","stars":5,"name":"Mowden Chinese Takeaway"}]
  fobj.write('<div id="qypeWidget">\n')
  fobj.write('    <a href="http://www.qype.co.uk"><img src="http://assets3.qypecdn.net/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.qypecdn.net/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.co.uk/people/'+ qypetoolConfig.username + '">' + qypetoolConfig.username + '</a>'
    fobj.write('<p>I am ' + qypetoolUserLink + ' on ')
    fobj.write('<a href="http://www.qype.co.uk">Qype</a></p>')
  }
  fobj.write(affilinetTrackingImage())
  fobj.write('</div>')

  e.innerHTML = fobj.string
}

addQypeStyles()
writeQypeTool()
