var path = 'http://www.looselycoupled.com/';
var a = new Array(5);
a[0] = { title:'Loosely Coupled SOA Management 2005 Report', link:path+'pubs/reports/soa_management_2005.html', src:path+'amg/rpt05soa.gif', w:468, h:60 };
a[1] = { title:'Loosely Coupled publications', link:path+'pubs/', src:path+'amg/dg07sbn.gif', w:468, h:60 };
a[2] = { 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[3] = a[2];
a[4] = a[2];
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>'); }

