/*
 +---------------------------------------------------------+
 | Ad Simple                 Copyright http://www.YugDesign.com   |
 +---------------------------------------------------------+
 | This program may be used and hosted free of charge by   |
 |anyone for personal purpose as long as this copyright    |
 |notice remains intact.                                   |
 +---------------------------------------------------------+
*/

var img_width = "470";
var img_height = "100";
var img_title = "DigitalUpvent Sponsor";

var ad=new Array()
//insert here your images src
ad[0]='http://www.digitalupgrade.de/upvent/ads/osmos.jpg';
ad[1]='http://www.digitalupgrade.de/upvent/ads/acorn.jpg';
ad[2]='http://www.digitalupgrade.de/upvent/ads/Gelaskins.jpg';
ad[3]='http://www.digitalupgrade.de/upvent/ads/Things.jpg';

var links=new Array()
//insert here your links
links[0]='http://www.hemispheregames.com/osmos/';
links[1]='http://flyingmeat.com/acorn/';
links[2]='http://www.gelaskins-deutschland.de/';
links[3]='http://culturedcode.com/?r=10029';

var xy=Math.floor(Math.random()*ad.length);
document.write('<div id="upventsad"><img src="http://www.digitalupgrade.de/upvent/ads/ad_top.jpg"><br><a href="'+links[xy]+'" target="_blank"><img src="'+ad[xy]+'" width="'+img_width+'" height="'+img_height+'" alt="'+img_title+'"></a></div>');