images=new Array(2);

images[0]="<a href='http://www.savefile.ro' target='_blank'><img src='http://www.9z.ro/site/468_60/savefile.gif' alt='Savefile.ro - Easy way to share your files' border='0'></a>";

images[1]="<a href='http://happytreefriends.9z.ro' target='_blank'><img src='http://www.9z.ro/site/468_60/happytreefriends.gif' alt='HappyTreeFriends.9z.ro - Whatch free videos now! (This is not for kids!)' border='0'></a>";

index=Math.floor(Math.random() * images.length);

document.write(images[index]);