banner2Source = new Array();
banner2Url = new Array();
banner2Alt = new Array();
banner2Title = new Array();
banner2Text = new Array();

// r1
banner2Source[0] = 'http://www.mayah.com/gifs/c2-banner/c1151.jpg';
banner2Title[0]  = 'C11';
banner2Alt[0]    = 'C11';
banner2Url[0]    = 'http://www.mayah.com/products/c11/overview.htm';
banner2Text[0]    = 'The C11 models combine the most modern efficient size with functional power, such as Dual Ethernet with C1191, one of the totally 14 different models';

// r2
banner2Source[1] = 'http://www.mayah.com/gifs/c2-banner/sporty.jpg';
banner2Title[1]  = 'Sporty';
banner2Alt[1]    = 'Sporty';
banner2Url[1]    = 'http://www.mayah.com/products/sporty-overview.htm';
banner2Text[1]    = 'With Sporty, the reporters and journalist get a universal tool for transmission via UMTS/3G, ISDN, POTS, IP and WLAN.';

// r3
banner2Source[2] = 'http://www.mayah.com/gifs/c2-banner/fm2.jpg';
banner2Title[2]  = 'Flashman II';
banner2Alt[2]    = 'Flashman II';
banner2Url[2]    = 'http://www.mayah.com/products/flashman2-overview.htm';
banner2Text[2]    = 'An audio recorder which is transmitting via IP and UMTS/3G mobile networks for news becoming even faster on air.';

function Banner2Rotation()
{
var nr = Math.round(((banner2Source.length - 1) * Math.random()));
return '<a href="' + banner2Url[nr] + '" target="_top"><img src="' + banner2Source[nr] + '" width="150" border="0" alt="' + banner2Alt[nr] + '" title="' + banner2Title[nr] + '"><div class="c2-BU2">' + banner2Text[nr] + '</div></a>';
}