
var fashion=new Array()

fashion[0]='<a href="http://www.trendystyle.net/"><img src="images/websites/vrijetijd/trendystylenl.gif" width="100" height="69" border="0" align="center"><br>Trendy Style</a>'
fashion[1]='<a href="http://www.style.com/"><img src="images/websites/vrijetijd/stylecom.gif" width="100" height="69" border="0" align="center"><br>Style</a>'
fashion[2]='<a href="http://www.ftv.com/online/page.php?P=24"><img src="images/websites/vrijetijd/ftvcom.gif" width="100" height="69" border="0" align="center"><br>FTV</a>'
fashion[3]='<a href="http://www.gucci.com"><img src="images/websites/vrijetijd/guccicom.gif" width="100" height="69" border="0" align="center"><br>Gucci</a>'
fashion[4]='<a href="http://www.zoozoom.com/"><img src="images/websites/vrijetijd/zoozoomcom.gif" width="100" height="69" border="0" align="center"><br>Zoozoom</a>'
fashion[5]='<a href="http://www.elle.com/"><img src="images/websites/vrijetijd/ellencom.gif" width="100" height="69" border="0" align="center"><br>Ellen</a>'
fashion[6]='<a href="http://www.videofashion.com/"><img src="images/websites/vrijetijd/videofashioncom.gif" width="100" height="69" border="0" align="center"><br>Video Fashion</a>'

var whichfashion=Math.floor(Math.random()*(fashion.length))
document.write(fashion[whichfashion])
