function featured() {
};

featured= new featured();
number = 0;

// bannerArray

featured[number++] = "<a href='http://www.thebusinessmovie.co.uk' target='_blank'><img src='http://www.vertigofilms.com/artwork/business_poster.gif' width='124' height='90' class='featured' border='0'></a>"
featured[number++] = "<a href='http://www.dirtysanchezthemovie.co.uk' target='_blank'><img src='http://www.vertigofilms.com/artwork/dirtysanchezposter.jpg' width='124' height='90' class='featured' border='0'></a>"
featured[number++] = "<a href='http://www.iagpt.com' target='_blank'><img src='http://www.vertigofilms.com/artwork/iagpt.jpg' width='124' height='90' class='featured' border='0'></a>"
featured[number++] = "<a href='http://www.l2b-themovie.co.uk' target='_blank'><img src='http://www.vertigofilms.com/artwork/l2b-poster.gif' width='124' height='90' class='featured' border='0'></a>"
featured[number++] = "<a href='http://www.outlawthemovie.com' target='_blank'><img src='http://www.vertigofilms.com/artwork/outlaw_poster.jpg' width='124' height='90' class='featured' border='0'></a>"
featured[number++] = "<a href='http://www.sparklethemovie.co.uk' target='_blank'><img src='http://www.vertigofilms.com/artwork/sparkle_poster.jpg' width='124' height='90' class='featured' border='0'></a>"
featured[number++] = "<a href='http://www.joestrummerthemovie.com' target='_blank'><img src='http://www.vertigofilms.com/artwork/strummer_poster.jpg' width='124' height='90' class='featured' border='0'></a>"
featured[number++] = "<a href='http://www.thefootballfactory.com' target='_blank'><img src='http://www.vertigofilms.com/artwork/thefootballfactory.gif' width='124' height='90' class='featured' border='0'></a>"

increment = Math.floor(Math.random() * number);

document.write(featured[increment]);
