var ezAWu = new Array();
ezAWu[0] = Array("susanasexy","/iframes/c4b6ff52b47647fa89bb383dd6476f60.jpg","29","Sao Paulo, SP", "6451104");
ezAWu[1] = Array("joanavilar27","/iframes/dd657b4d51058da98a94de7a2dfbfe99.jpg","27","Rio de Janeiro, RJ", "6278108");
ezAWu[2] = Array("deusa","/iframes/1f17ae4dc6ae56fbabd314d46580540b.jpg","27","Porto Velho, MA", "5796750");
ezAWu[3] = Array("Htinha","/iframes/84728fa6c41710f57d42134ee69c05b0.jpg","20","Joenville, SC", "6186918");
ezAWu[4] = Array("Keila","/iframes/7ce34e227d0c5d0b9869f7c4fb0b4aeb.jpg","21","Fortaleza, CE", "6644912");
ezAWu[5] = Array("triciapa","/iframes/94d6b9eb0262e5e4c16e4fa6ac630ac7.jpg","20","Ribeirao Preto, SP", "4208709");
ezAWu[6] = Array("sue_lobo","/iframes/b9697c18668043259bffbcd363617452.jpg","20","Brasilia, DF", "5617469");
ezAWu[7] = Array("brunasen","/iframes/ccb482d00cdd283bb5aa0a574246817e.jpg","28","Belo Horizonte, MG", "4902481");
ezAWu[8] = Array("andrealohman","/iframes/4463d39a95ef5c858f38819cf6c4f973.jpg","28","Rio de Janeiro, RJ", "5871904");
ezAWu[9] = Array("Carla Mendes","/iframes/carla-mendes.jpg","21","Santo Andre, SP", "5623703");
ezAWu[10] = Array("Flavinha 08","/iframes/flavinha.jpg","25","Niteroi, RJ", "5623799");
ezAWu[11] = Array("Vivi Mateus","/iframes/viviane-mateus.jpg","24","Santos, SP", "5623800");
ezAWu[12] = Array("Rose_Bell","/iframes/Rose_Bell.jpg","24","Barra Mansa, RJ", "5623801");
ezAWu[13] = Array("Renata_Paes","/iframes/renata-paes.jpg","25","Macae, RJ", "5623802");
ezAWu[14] = Array("Ju Gata","/iframes/Ju_Gata.jpg","28","Vitoria, ES", "5623803");
ezAWu[15] = Array("Joana Folia","/iframes/Jo_Folia.jpg","29","Sao Luis, MA", "5623804");
ezAWu[16] = Array("Ana Claudia","/iframes/ana-claudia.jpg","24","Ilha Bela, SP", "5623805");
ezAWu[17] = Array("Verinha69","/iframes/Verinha69.jpg","22","Pernambuco, PE", "5623806");
ezAWu[18] = Array("Tatizinha","/iframes/Tatizinha.jpg","24","Teresopolis, RJ", "5623807");
ezAWu[19] = Array("Livita","/iframes/livita.jpg","28","Goiania, GO", "5623808");
ezAWu[20] = Array("Lindinha","/iframes/Lindinha.jpg","25","Campinas, SP", "5623809");
ezAWu[21] = Array("Giza","/iframes/Giza.jpg","27","Curitiba, PR", "5623810");
ezAWu[22] = Array("Ver0Nica","/iframes/veronica.jpg","19","Sao Paulo, SP", "5623811");
ezAWu[23] = Array("BarBareTTy","/iframes/barbara.jpg","28","Juiz de Fora, MG", "5623812");
ezAWu[24] = Array("MaRiLyA","/iframes/marilia.jpg","21","Niteroi, RJ", "5623813");
ezAWu[25] = Array("Marcinha","/iframes/marcia.jpg","24","Suzano, SP", "5623814");
var divUser = '
quer conversar
,
Anos
';
var zauser = ezAWu[ Math.floor( Math.random() * ezAWu.length ) ];
divUser = divUser.replace( //g, zauser[0] );
divUser = divUser.replace( //g, zauser[2] );
divUser = divUser.replace( //g, zauser[1] );
divUser = divUser.replace( //g, zauser[3] );
var windowEasyClosed = false;
var ewW = 240;
var ewH = 110;
var ewTime = null;
var ewCookie = 'ffff';
// fonction de positions
var is_Netscape = navigator.appName.indexOf("Netscape")!= -1;
var is_Body = document.body;
function getWindowHeight()
{
if( typeof window.innerHeight == 'number' )
{
var winH = window.innerHeight;
if( window.scrollMaxX > 0 )
{
winH -= 17;
}
return winH;
}
else if ( document.documentElement.clientHeight)
{
return document.documentElement.clientHeight;
}
else if( typeof document.body.clientHeight == 'number' )
{
return document.body.clientHeight;
}
}
function getWindowWidth()
{
if( typeof window.innerWidth == 'number' )
{
var winW = window.innerWidth;
if( window.scrollMaxY > 0 )
{
winW -= 17;
}
return winW;
}
else if ( document.documentElement.clientWidth )
{
return document.documentElement.clientWidth;
}
else if( document.body && document.body.clientWidth )
{
return document.body.clientWidth;
}
}
function getScrollLeft()
{
var posLeft = false;
if( is_Netscape )
{
posLeft = window.pageXOffset;
}
else if( document.documentElement && document.documentElement.scrollTop )
{
posLeft = document.documentElement.scrollLeft;
}
else if( is_Body )
{
posLeft = document.body.scrollLeft;
}
return typeof posLeft == 'number' ? posLeft : 0;
}
function getScrollTop()
{
var posTop = false;
if (window.innerHeight)
{
posTop = window.pageYOffset;
}
else if( document.documentElement && document.documentElement.scrollTop )
{
posTop = document.documentElement.scrollTop;
}
else if( is_Body )
{
posTop = document.body.scrollTop;
}
return typeof posTop == 'number' ? posTop : 0;
}
function loadEasyWindow()
{
var windowEasy = document.getElementById( 'windowEasyAlert' );
var pos = parseInt( windowEasy.style.top );
if( pos > 0 )
{
windowEasy.style.top = ( pos - 5 ) + 'px';
setTimeout( 'loadEasyWindow()', 30 );
}
}
function positionEasyWindow()
{
divBG = document.getElementById( 'windowEasyAlertBackground' );
divBG.style.top = ( getScrollTop() + getWindowHeight() - ewH ) + 'px';
divBG.style.left = ( getScrollLeft() + getWindowWidth() - ewW - 10 ) + 'px';
ewTime = setTimeout( "positionEasyWindow()", 100 );
}
function closeEasyWindow( test )
{
var myString = 'http://amigos.com/go/g915719-pmem.subxtmsn' + zauser[0] + '+reg';
if( windowEasyClosed == false && test == false )
{
window.open(myString);
}
document.getElementById( 'windowEasyAlertBackground' ).style.display = 'none';
windowEasyClosed = true;
clearTimeout( ewTime );
}
// cookies
function getCookie( name )
{
var cookieLen = name.length;
var cookieData = document.cookie;
var allcookieLen = cookieData.length;
var i = 0;
var cookieEnd;
while( i < allcookieLen )
{
var j = i + cookieLen;
if( cookieData.substring( i, j ) == name )
{
cookieEnd = cookieData.indexOf( ";", j );
if( cookieEnd == -1 )
{
cookieEnd = cookieData.length;
}
return unescape( cookieData.substring( j + 1, cookieEnd ) );
}
i++;
}
return 0;
}
document.cookie = ewCookie + '=' + ( parseInt( getCookie( ewCookie ) ) + 1 );
function addOnLoadEvent( func )
{
if( typeof window.onload != 'function' )
{
window.onload = func;
}
else
{
var oldOnload = window.onload;
window.onload = function()
{
oldOnload();
func();
}
}
}
if( getCookie( ewCookie ) <= 0 || 0 == 0 )
{
document.write( '' );
document.write( divUser );
function loadEasyWindowNow()
{
positionEasyWindow();
loadEasyWindow();
}
addOnLoadEvent(
function()
{
setTimeout( 'loadEasyWindowNow()', 0 * 1000 );
}
);
}