<!--

var NUMEROS = new Array('001',
'002',
'003',
'004',
'005',
'006',
'007',
'008',
'009',
'010',
'011',
'012',
'013',
'014',
'015',
'016',
'017',
'018',
'019',
'020',
'021',
'022',
'023',
'024',
'025',
'026',
'027',
'028',
'029',
'030',
'031',
'032',
'033',
'034',
'035',
'036',
'037',
'038',
'039',
'040',
'041',
'042',
'043',
'044',
'045',
'046',
'047');

function NUMEROSAleatorio(){ 
       aleat = Math.random() * NUMEROS.length 
       aleat = Math.floor(aleat) 
    numNUMEROS = NUMEROS[aleat]
   } 
 
        NUMEROSAleatorio();

document.write('<iframe src="http://banners.adultfriendfinder.com/go/page/banner_24368?size=300x250&ad='+numNUMEROS+'&pid=g833142-ppc&no_click=1&popunder_off=1&lang=spanish&page=landing4" width="300" height="250" frameborder="0" marginheight="0" marginwidth="0" align="middle" scrolling="no"></iframe>'); 


// FINE --->