function getCookie(name){
var cookies = document.cookie.split("; ");
var cookieValue = "0";
for (var i=0; i < cookies.length; i++) {
values = cookies[i].split("=");
if (values[0] == name){
cookieValue = unescape(values[1]);
}
}
return cookieValue;
}
function createCookie(name,value,days){
if(days){
var date = new Date();
date.setTime(date.getTime()+(days*86400000));
var expires = "; expires="+date.toGMTString();
} else var expires = "";
document.cookie = name+"="+value+expires+"; path=/";
}
document.write('
');
document.write('\x3Ciframe src=\"http://banners.adultfriendfinder.com/piclist?pid=g1092165-ppc&display=flash_design_05&width=750&photo=1&overlay_text=Procurando%20contatos%21&text_color=%23000000&link_color=%230000FF&background_color=%23F3F3F3&overlay_color=%23E8E8E8&overlay_text_color=%23000000&photo_frame_color=%23800000&photo_frame_text_color=%23FFFFFF&bar_bg=%23000000&bar_text=%23FFFFFF&button_bg=%23800000&button_text=%23FFFFFF&thumb=thumb&page=search&target=_blank&iframe=1&lang=portuguese\" width=\"728\" height=\"90\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" align=\"middle\" scrolling=\"no\"\x3E\x3C/iframe\x3E');
document.write('
');