<!--
var member_link = "http://www.dating-website-reviews.com/members/";
var rate;
var MIE4 = 0;
if(navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion.charAt(0) >= 4) MIE4 = 1;

  
function addFav(){

if(MIE4)
  {
  window.external.addFavorite('http://www.dating-website-reviews.com',' Dating Website Reviews ');
  }else{
  alert('To add this page to your Bookmarks press Crl+D')
  }
}

function rating(hit){

if(hit > 4.75 && hit < 5) hit = 5;
if(hit > 3.75 && hit < 4) hit = 4;
if(hit > 2.75 && hit < 3) hit = 3;
if(hit > 1.75 && hit < 2) hit = 2;
if(hit > 0.75 && hit < 1) hit = 1;

if(hit > 4 && hit < 4.2) hit = 4;
if(hit > 3 && hit < 3.2) hit = 3;
if(hit > 2 && hit < 2.2) hit = 2;
if(hit > 1 && hit < 1.2) hit = 1;
if(hit > 0 && hit < 0.2) hit = 0;

 for (var i =0; i<5; i++) 
 { 
 if (hit > i){
 j = i+1;
		if(hit > i && hit < j){ document.write('<img src="http://www.dating-website-reviews.com/img/star.gif" alt="">');
		} else {
		  document.write('<img src="http://www.dating-website-reviews.com/img/star_on.gif" alt="">');
		}
  }else{ document.write('<img src="http://www.dating-website-reviews.com/img/star_off.gif" alt="">'); } 
 } 

}

function selct(){
document.write('<select name=ratevalue onChange=this.form.submit()>'+
'<option selected>0</option>'+
'<option value=1>1</option>'+
'<option value=2>2</option>'+
'<option value=3>3</option>'+
'<option value=4>4</option>'+
'<option value=5>5</option>'+
'</select>');
}


 function setsize(banner,w,h,z) {
   	  banner.style.width=w;
   	  banner.style.height=h;
   if(z) {
   	  banner.style.position="absolute";
  	  banner.style.zIndex=0;	 
   } else {
   	  banner.style.position="relative";
  	  banner.style.zIndex=0;						 
	 }	
 }

 


function getCookieVal (offset) {
	var endstr = document.cookie.indexOf (";", offset);
	if (endstr == -1) { endstr = document.cookie.length; }
	return unescape(document.cookie.substring(offset, endstr));
	}

function GetCookie (name) {
	var arg = name + "=";
	var alen = arg.length;
	var clen = document.cookie.length;
	var i = 0;
	while (i < clen) {
		var j = i + alen;
		if (document.cookie.substring(i, j) == arg) {
			return getCookieVal (j);
			}
		i = document.cookie.indexOf(" ", i) + 1;
		if (i == 0) break; 
		}
	return null;
	}

	
//-->