var images = new Array();
images[0] = "images\/layout\/f5\/random1.jpg"
images[1] = "images\/layout\/f5\/random2.jpg"
images[2] = "images\/layout\/f5\/random3.jpg"
images[3] = "images\/layout\/f5\/random4.jpg"
images[4] = "images\/layout\/f5\/random5.jpg"
images[5] = "images\/layout\/f5\/random6.jpg"
images[6] = "images\/layout\/f5\/random7.jpg"
var index = Math.floor(Math.random() * images.length);
document.write('<style>');
document.write('div.random {float:right; width: 181px; height: 129px; margin-top: 2px; margin-right: 1px; background-image: url('+images[index]+'); background-repeat: no-repeat;}');
document.write('</style>');

<!--//
function Venster(URL) {
venster = window.open(URL, 'popupvenster', 'width=450, height=250, resizable=no, menubar=no, scrollbars=no, status=no, toolbar=no');
}
//--></SCRIPT>
