function dodaj_do_ulubionych_hellopl_com ()
{
	var www   = "http://hellopl.com";
	var title = "Darmowy Serwis Randkowy";

	if (navigator.userAgent.indexOf("MSIE") != -1)
	{
		return window.external.AddFavorite (www, title);
	}
	else
	{
		if ((navigator.userAgent.indexOf("Mozilla") != -1) && (typeof window.sidebar == "object") && (typeof window.sidebar.addPanel == "function"))
		{
			return window.sidebar.addPanel(title, www, '');
		}
		else
		{
			return window.external.AddFavorite (www, title);
		}
	}
}
function dodaj_do_ulubionych_hellopl_us ()
{
	var www   = "http://hellopl.us";
	var title = "Free Dating Service";

	if (navigator.userAgent.indexOf("MSIE") != -1)
	{
		return window.external.AddFavorite (www, title);
	}
	else
	{
		if ((navigator.userAgent.indexOf("Mozilla") != -1) && (typeof window.sidebar == "object") && (typeof window.sidebar.addPanel == "function"))
		{
			return window.sidebar.addPanel(title, www, '');
		}
		else
		{
			return window.external.AddFavorite (www, title);
		}
	}
}