// Rotating banner script

var r_text = new Array ();

r_text[0] = '<li id="slider_loyalty"><h3>What can you offer to cultivate <em>customer loyalty?</em></h3>';
r_text[1] = '<li id="slider_need"><h3>Is there a <em>need</em> for <em>your product</em> in the market?</h3>';
r_text[2] = '<li id="slider_prices"><h3>How <em>competitive</em> are your prices?</h3>';
r_text[3] = '<li id="slider_advertising"><h3>How <em>effective</em> are your <em>advertising</em> materials?</h3>';
r_text[4] = '<li id="slider_use"><h3><em>How</em> do customers <em>use</em> your products and services?</h3>';
r_text[5] = '<li id="slider_target"><h3>Which market segments should you <em>target?</em></h3>';
r_text[6] = '<li id="slider_satisfaction"><h3>How <em>satisfied</em> are your customers?</h3>';


var i = Math.floor(7*Math.random())

document.write(r_text[i]);