﻿
function addFavorite()
{
  window.external.addFavorite("http://www.cosmetics-shops.com/","Buy Casual Shoes");
  return false;
}
function setHomePage()
{
  document.body.style.behavior='url(#default#homepage)';
  document.body.setHomePage('http://www.cosmetics-shops.com/');
  return false;
}

