function randombanner() {
	var bannerDiv = getObjById("slogan");
	var randomRng = 4;
	var randomNum = (1+Math.round(Math.random()*(randomRng-1)));
	
	bannerDiv.style.backgroundImage = "url(images/banner"+ randomNum +".jpg)";
}

function showQuotes(i) {

	if (i >= quoteText.length) { i = 0; };
	t0 = setTimeout("Fade('out','quote_text');Fade('out','quote_author')",5000);
	t1 = setTimeout("getQuote(" + i + ")",6000);
	t2 = setTimeout("Fade('in','quote_text');Fade('in','quote_author')",6000);
	i++;
	t3 = setTimeout("showQuotes(" + i + ")",7000);
}
function getQuote(num) {
	
	var quote = "&#8220; " + quoteText[num] + " &#8221;";
	var author = quoteAuthIT[num];

	getObjById('quote_text').innerHTML = quote;
	getObjById('quote_author').innerHTML = author;
}
function resetTimers() {
	clearTimeout(t0);
	clearTimeout(t1);	
	clearTimeout(t2);	
	clearTimeout(t3);
}

var quoteText=new Array();
var quoteAuthEN=new Array();
var quoteAuthIT=new Array();

quoteText[0] = "I really like the way you have written the lead in - I wouldn't change a word.";
quoteAuthEN[0] = "<strong>Perini Navi</strong> Yacht Owner.";
quoteAuthIT[0] = "Armatore <strong>Perini Navi</strong>";

quoteText[1] = "We are all very happy and touched by the article. You have given us a gift and once again we have to thank you for your sensitivity and talent in telling our story.";
quoteAuthEN[1] = "<strong>Perini Navi</strong> Yacht Owner.";
quoteAuthIT[1] = "Armatore <strong>Perini Navi</strong>";

quoteText[2] = "I have just received 02 <em>Stream</em>. I wish to thank you for the interview and the space you have given to my new projects. Apart from that, I want to congratulate you on the quality of the magazine.";
quoteAuthEN[2] = "<strong>Perini Navi</strong> Yacht Owner.";
quoteAuthIT[2] = "Armatore <strong>Perini Navi</strong>";

quoteText[3] = "Congratulations for the variety and accuracy of your stories.";
quoteAuthEN[3] = "<strong>Perini Navi</strong> Yacht Owner.";
quoteAuthIT[3] = "Armatore <strong>Perini Navi</strong>";

quoteText[4] = "I am honoured from your request. I have always declined interviews as I like to keep a low profile, but I am willing to try as I find your magazine fantastic and your boats amazing.";
quoteAuthEN[4] = "<strong>Perini Navi</strong> Yacht Owner.";
quoteAuthIT[4] = "Armatore <strong>Perini Navi</strong>";

quoteText[5] = "I am emotionally touched by the text. Thank you for your choice of words.";
quoteAuthEN[5] = "<strong>Perini Navi</strong> Yacht Owner.";
quoteAuthIT[5] = "Armatore <strong>Perini Navi</strong>";

quoteText[6] = "If I compare <em>Stream</em> to other brand magazines I receive it is like comparing a local fashion magazine to Vogue, with respect to the quality of photographs and subjects.";
quoteAuthEN[6] = "<strong>Perini Navi</strong> Yacht Owner.";
quoteAuthIT[6] = "Armatore <strong>Perini Navi</strong>";

quoteText[7] = "Thank you so much for the magazines; they are beautiful! I really appreciated this evident warmth, care and respect for the client transmitted by your product.";
quoteAuthEN[7] = "Luxury Marina, Lanzarote, 12/07/07";
quoteAuthIT[7] = "Marina, Lanzarote, 07/12/07";

quoteText[8] = "<em>Stream</em> 3 is stunning! What an achievement to get all that content together, all those amazing photos, and in such wonderful design package.";
quoteAuthEN[8] = "journalist, UK, 5/19/08";
quoteAuthIT[8] = "giornalista, UK, 19/5/08";

quoteText[9] = "Really enjoyed the <em>Perini Navi</em> magazine I just received. Beautifully crafted.";
quoteAuthEN[9] = "<strong>Perini Navi</strong> Yacht Owner, 5/27/08";
quoteAuthIT[9] = "Armatore <strong>Perini Navi</strong>, 27/5/08";

quoteText[10] = "Congratulations, the <em>Stream</em> magazine is just amazing!";
quoteAuthEN[10] = "Yacht designer, 06/04/08";
quoteAuthIT[10] = "Yacht designer, 04/06/08";

quoteText[11] = "I congratulate you with your wonderful work. You always succeed to tastefully blend the luxury of the exclusive <em>Perini</em> world with the human interest of the world's less privileged, with art and with spectacular naval pictures.";
quoteAuthEN[11] = "Charity fundraiser, 5/13/09";
quoteAuthIT[11] = "Fundraiser, 13/05/09";

quoteText[12] = "Everyone that sees the <em>Stream</em> magazine thinks its beautiful.  Well done!";
quoteAuthEN[12] = "<strong>Perini Navi</strong> Yacht Owner, 4/14/09";
quoteAuthIT[12] = "Armatore <strong>Perini Navi</strong>, 14/04/09";

quoteText[13] = "Glad to thank you sincerely for the alluring and creative issue of the new <em>Benetti Magazine</em>, which I began to enjoy from the very first glance. Be sure I`ll enjoy the relaxing Gold & Steel game every time work will allow me to.";
quoteAuthEN[13] = "<strong>Benetti</strong> Yacht Owner, 11/27/08";
quoteAuthIT[13] = "Armatore <strong>Benetti</strong>, 27/11/08";

quoteText[14] = "I am a big fan of your <em>Stream</em> publication; as usual, beautifully executed, quality paper, fine design, thoughtful photography, as an Italian these publications make me proud.";
quoteAuthEN[14] = "Writer and photographer, 07/21/09";	
quoteAuthIT[14] = "Scrittore e fotografo, 21/07/09";

quoteText[15] = "Thank you very much for sending me your beautiful magazine <strong>ClubSwan</strong>. As former Art Director, I really appreciate the gorgeous layout as the photographs choice.";
quoteAuthEN[15] = "<strong>Swan</strong> Yacht Owner, 02/27/10";
quoteAuthIT[15] = "Armatore <strong>Swan</strong>, 27/02/10";

quoteText[16] = "Synersea have been amazing to work with. Their staff have been absolutely professional and with great work.";
quoteAuthEN[16] = "Synersea Customer, 11/11/10";
quoteAuthIT[16] = "Cliente Synersea, 11/11/10";

