var path = 'http://www.looselycoupled.com/';
var a = new Array(5);
a[0] = { title:'Loosely Coupled Managing SOA Performance report', link:path+'pubs/reports/soa-performance-2006.html', src:path+'amg/rpt06soa.gif', w:468, h:60 };
a[1] = a[0];
a[2] = a[0];
a[3] = { 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/dpy10041-001.gif', w:468, h:60 };
a[4] = a[3];
var i=Math.floor(Math.random()*a.length);
if (a[i].type != undefined) { document.write('<embed src="'+a[i].src+'" quality="'+a[i].quality+'" pluginspage="'+a[i].pluginspage+'" type="'+a[i].type+'" width="'+a[i].w+'" height="'+a[i].h+'"></embed>');
} else if (a[i].title != undefined) { document.write('<a href="'+a[i].link+'"><img src="'+a[i].src+'" alt="'+a[i].title+'" width="'+a[i].w+'" height="'+a[i].h+'" border="0" /></a>'); }

