//Friend's tables

line_01 = '<table width="100%" border="0" cellspacing="0" cellpadding="0">' ;
line_02 = '<tr valign="top" align="center">' ;

var friends_01 = new Array();
friends_01[0] = '<td width="20%"><a href="http://www.angiexxx.com/cgi-bin/autorank/out.cgi?id=swallow&url=http%3a%2f%2fwww.joyswallows.com%2fcgi-bin%2ffriends%2frankem.cgi%3faction%3din%26id%3dangiexxx"  target="_blank" class="12px-0000ff"><img src="http://www.joyswallows.com/banners/joy2.jpg" width="56" height="84" border="0"><br>Joyce</a></td>' ;
friends_01[1] = '<td width="20%"><a href="http://www.angiexxx.com/cgi-bin/autorank/out.cgi?id=vanilla&url=http%3a%2f%2fwww.vanillacam.com%2fcgibin%2fAutoRank%2frankem.cgi%3faction%3din%26id%3dangie"  target="_blank" class="12px-0000ff"><img src="http://www.vanillacam.com/vanban25.jpg" width="56" height="84" border="0"><br>Vanilla</a></td>' ;

var friends_02 = new Array();
friends_02[0] = '<td width="20%"><a href="http://www.angiexxx.com/cgi-bin/autorank/out.cgi?id=claudia&url=http%3a%2f%2fwww.claudiaklein.com%2fcgi-bin%2frank%2frankem.cgi%3faction%3din%26id%3dangiexxx"  target="_blank" class="12px-0000ff"><img src="http://www.claudiaklein.com/banners/friends2.jpg" width="56" height="84" border="0"><br>Claudia</a></td>' ;
friends_02[1] = '<td width="20%"><a href="http://www.angiexxx.com/cgi-bin/autorank/out.cgi?id=central&url=http%3a%2f%2fwww.sexcamcentral.com%2fcams%2frankem.cgi%3faction%3din%26id%3dangiexxx" onClick="exit=false" target="_blank" title="Horny swingers" class="12px-0000ff"><img src="http://www.angiexxx.com/banners/swing.jpg" width="56" height="84" border="0"><br>Horny swingers </a></td>' ;

var friends_03 = new Array();
friends_03[0] = '<td width="20%"><a href="http://www.angiexxx.com/cgi-bin/autorank/out.cgi?id=bruce&url=http%3a%2f%2fwww.4realswingers.com%2fhotbabes%2frankem.cgi%3faction%3din%26id%3dangiexxx" onClick="exit=false" target="_blank" title="Married swingers" class="12px-0000ff"><img src="http://www.4realswingers.com/hotbabes/anna01.jpg" width="56" height="84" border="0"><br>Married swingers!</a></td>' ;
friends_03[1] = '<td width="20%"><a href="http://www.angiexxx.com/cgi-bin/autorank/out.cgi?id=cumcrazy&url=http%3a%2f%2fwww.cumcrazyamateurs.com%2fcgi-bin%2farp%2frankem.cgi%3fid%3dangiexxx" onClick="exit=false" target="_blank" title="Cum crazy" class="12px-0000ff"><img src="http://cumcrazyamateurs.com/images/bathfppic.jpg" width="56" height="84" border="0"><br>Cum crazy</a></td>' ;
friends_03[2]= '<td width="20%"><a href="http://www.angiexxx.com/cgi-bin/autorank/out.cgi?id=seska&url=http%3a%2f%2fwww.seska.com%2f" onClick="exit=false" target="_blank" title="Seska" class="12px-0000ff"><img src="http://www.seska.com/seska9.jpg" width="56" height="84" border="0"><br>Seska </a></td>' ;

var friends_04 = new Array();
friends_04[0] = '<td width="20%"><a href="http://www.angiexxx.com/cgi-bin/autorank/out.cgi?id=talia&url=http%3a%2f%2fwww.cutelatina.com%2fcgi-bin%2fautorank%2frankem.cgi%3faction%3din%26id%3dangie" onClick="exit=false" target="_blank" title="Hot Latina!" class="12px-0000ff"><img src="http://www.cutelatina.com/banners_talia/talia_100x150_03.jpg" border="0" width="56" height="84"><br>Hot Latina</a></td>' ;


line_03 = '</tr>' ;
line_04 = '</table>' ;

friends_which01 = Math.floor(Math.random()*(friends_01.length)) ;
friends_cell01 = friends_01[friends_which01] ;

friends_which02 = Math.floor(Math.random()*(friends_02.length)) ;
friends_cell02 = friends_02[friends_which02] ;

friends_which03 = Math.floor(Math.random()*(friends_03.length)) ;
friends_cell03 = friends_03[friends_which03] ;

friends_which04 = Math.floor(Math.random()*(friends_04.length)) ;
friends_cell04 = friends_04[friends_which04] ;

friends_table = line_01 + line_02 + friends_cell01 + friends_cell02 + friends_cell03 + friends_cell04 + line_03 + line_04 ;

function daFriends() {
document.write(friends_table) ;
}

