﻿function addToFav(){
    var url = "http://www.naturecolored.com/";
    var title = "Naturecolored Product lines - organic cotton, natural color cotton, organic cotton baby clothing, accessories";
    if (window.sidebar) { // Mozilla Firefox Bookmark
        window.sidebar.addPanel(title, url,"");
    } else if(document.all) { // IE Favorite
        window.external.AddFavorite( url, title);
    } else {
        alert('Unfortunately, your browser does not support this action,'
         + ' please bookmark this page manually by pressing Ctrl + D on PC or Cmd + D on Mac.');
    }
}

var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-18756896-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

