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;
}


ran=Math.round(Math.random() * 100);
banner_height=60;
banner_width=468;
site_id = 13;

var msite = "";
var cook = top.location;
var reg = new RegExp("matricorp.com");
if (reg.test(cook)) {
document.write('<a href="http://www.fairglow.com/" target="_blank"><img src="http://www.inmatch.com/inmatch/img/banner/preity.gif" border=0></a>');
}
else {
//var country = GetCookie("country");

//inmatchdelivery_url='http://www.inmatch.com/cgi-bin/inmatch/inmatchdelivery2.cgi';
//inmatchclickthrough_url='http://www.inmatch.com/cgi-bin/inmatch/inmatchclickthrough1.cgi';

//var msg = "<iframe src='"+inmatchdelivery_url+"?random_key="+ ran + "&msite=2&country="+ country + "&site_id=" + site_id + "' width="+banner_width+" height="+banner_height+" frameborder=0 marginheight=0 marginwidth=0 scrolling='no'>";
//document.write(msg); 
//document.write("<A TARGET='_blank'" + "href='"+inmatchclickthrough_url+"?random_key="+ ran + "&site_id=" + site_id + "'><img width="+banner_width+" height="+banner_height+" ALIGN='center' src='"+inmatchdelivery_url+"?random_key="+ran + "&site_id=" + site_id + " ' ALT='Click Here to Know More' border=0></a><br>");
//document.write("</iframe>");

document.write('<a href="http://www.aspirationworld.com/" target=_blank><img src="http://www.inmatch.com/image/aspirationworld.gif" height=60 width=468 border=0></a>');
}

