function changePreview(param) {
	if (document.getElementById("previmg")) {
		document.getElementById("previmg").src = param;
	}
}
function openchat(windowurl) {
windowname = 'login';
height = 300;
width = 400;
if (navigator.userAgent.indexOf('MSIE') > -1) {
nleft = window.screenLeft + 50;
ntop = window.screenTop + 50;
}
else {
nleft = window.screenX + 50;
ntop = window.screenY + 50;
}
var options = 'top=' + ntop + ',left=' + nleft + ',height=' + height + ',width=' + width + ',scrollbars=no,status=no,location=no,menubar=no,resizable=no,toolbar=no';
window.open(windowurl, windowname, options);
}

 var urlAddress = "http://www.camfuck.ch";
 var pageName = "CamFuck.ch - Live Chat und Livesex mit Privaten Girls zuhause vor ihrer Livecam!";

 function addToFavorites()
 {
  if (window.external)
  {
   window.external.AddFavorite(urlAddress,pageName)
  }
  else
  { 
   alert("Sorry! Your browser doesn't support this function.");
  }
 }
