<!-- Begin
rnd.today=new Date();
rnd.seed=rnd.today.getTime();

function rnd() {
        rnd.seed = (rnd.seed*9301+49297) % 233280;
        return rnd.seed/(233280.0);
};

function rand(number) {
	var result = Math.ceil(rnd()*number);
	if (!result)result++;
        return result
};

var ad_count = 11;
var ad1 = rand(ad_count);
var link1;
var adBanner1;
var width1;
var height1;
var text1;

if (ad1==1) {
link1="portfolio/web/mondodjs.gif";
adBanner1="banners/mondodjs.gif";
width1="550";
height1="100";
alt1="Web Design - Mondo DJ's";
text1="Web Design - Mondo DJ's";
}
if (ad1==2) {
link1="portfolio/web/mondosessions.gif";
adBanner1="banners/mondosessions.gif";
width1="550";
height1="100";
alt1="Web Design - Mondo Sessions Radio Show";
text1="Web Design - Mondo Sessions Radio Show";
}
if (ad1==3) {
link1="portfolio/web/gardham.gif";
adBanner1="banners/gardham.gif";
width1="550";
height1="100";
alt1="Web Design - Gardham & Ashley";
text1="Web Design - Gardham & Ashley";
}
if (ad1==4) {
link1="portfolio/software/audiog.gif";
adBanner1="banners/audiog.gif";
width1="550";
height1="100";
alt1="Software Development - AudioG Client";
text1="Software Development - AudioG Client";
}
if (ad1==5) {
link1="portfolio/software/rsplayer2.gif";
adBanner1="banners/rsplayer2.gif";
width1="550";
height1="100";
alt1="Software Development - RSPlayer2";
text1="Software Development - RSPlayer2";
}
if (ad1==6) {
link1="portfolio/software/otc.gif";
adBanner1="banners/otc.gif";
width1="550";
height1="100";
alt1="Software Development - Off The Chart Radio iPlayer";
text1="Software Development - Off The Chart Radio iPlayer";
}
if (ad1==7) {
link1="portfolio/myspace/corderoy.gif";
adBanner1="banners/corderoy.gif";
width1="550";
height1="100";
alt1="MySpace Design - Corderoy";
text1="MySpace Design - Corderoy";
}
if (ad1==8) {
link1="portfolio/myspace/mondo.gif";
adBanner1="banners/mondo.gif";
width1="550";
height1="100";
alt1="MySpace Design - Mondo Records";
text1="MySpace Design - Mondo Records";
}
if (ad1==9) {
link1="portfolio/video/ge.gif";
adBanner1="banners/ge.gif";
width1="550";
height1="100";
alt1="Video Production and YouTube Design - Gareth Emery";
text1="Video Production and YouTube Design - Gareth Emery";
}
if (ad1==10) {
link1="portfolio/myspace/spx.gif";
adBanner1="banners/spx.gif";
width1="550";
height1="100";
alt1="MySpace Design - SPX Digital";
text1="MySpace Design - SPX Digital";
}
if (ad1==11) {
link1="portfolio/myspace/comicbookguy.gif";
adBanner1="banners/comicbookguy.gif";
width1="550";
height1="100";
alt1="MySpace Coding and CSS - The Comic Book Guy";
text1="MySpace Coding and CSS - The Comic Book Guy";
}

document.write('<center><a href="' + link1 + '" rel="lightbox" target="_blank">');
document.write('<img src="' + adBanner1 + '" width=' + width1 + ' height=' + height1 + ' border=0 alt="' + alt1 + '"></a><br />');
document.write('<h1>' + text1 + '</h1></center>');
// End -->
