var path = 'http://www.looselycoupled.com/';
var ads = new Array(20);
ads[0] = { title:'Loosely Coupled SOA Management 2005 Report', link:path+'pubs/reports/soa_management_2005.html', src:path+'pubs/digest/rxad0501.gif', w:120, h:90 };
ads[1] = { title:'Loosely Coupled monthly digest: Subscribe now for exclusive analysis and reporting', link:path+'pubs/digest.html', src:path+'pubs/digest/dgads1.gif', w:120, h:90 };
ads[2] = { title:'Loosely Coupled monthly digest: ESB special report', link:path+'pubs/digest/lcdigest_200407.html', src:path+'pubs/digest/dgad0407.gif', w:120, h:90 };
ads[3] = ads[0]; ads[4] = ads[1]; ads[5] = ads[2];
ads[6] = ads[0]; ads[7] = ads[1]; ads[8] = ads[2];
ads[9] = ads[0]; ads[10] = ads[1]; ads[11] = ads[2];
ads[12] = ads[0]; ads[13] = ads[1]; ads[14] = ads[2];
ads[15] = { title:'Implementing SOA in the banking industry, 25-26 Jan 2007, Vienna, Austria', link:'http://www.eng-nl.com/event_overview.asp?eventid=151', src:path+'amg/dpy10040-001.gif', w:125, h:125 };
ads[16] = ads[15]; ads[17] = ads[15]; ads[18] = ads[15]; ads[19] = ads[15];
var i=Math.floor(Math.random()*ads.length);
var adcount = 0;
if (ads[i] != undefined) {
if (adcount == 0) {
document.write('<br />');
document.write('<div class="ix"><p><span class="ftnote">&nbsp;<a class="navnote" href="'+path+'ads/">Sponsored links:</a></span></p>');
adcount = 1; }
document.write('<p align="center"><a href="'+ads[i].link+'"><img src="'+ads[i].src+'" alt="'+ads[i].title+'" width="'+ads[i].w+'" height="'+ads[i].h+'" border="0" /></a></p>'); }
if (adcount == 1) {
document.write('</div>');
}
