var newnews = $("<ul>").attr("class", "newsticker");
newnews.append("<li><a class='TickerLink' href='your_questions.html?sec1=0' target='_top'>\"How do we protect what we have while we\'re chasing new opportunities?\"</a></li>");					
newnews.append("<li><a class='TickerLink' href='your_questions.html?sec1=1' target='_top'>\"How do we shift sales focus without losing business we already have?\"</a></li>");					
newnews.append("<li><a class='TickerLink' href='your_questions.html?sec1=2' target='_top'>\"How can we generate the funds to pay for the  changes we need to make?\"</a></li>");					
newnews.append("<li><a class='TickerLink' href='your_questions.html?sec1=3' target='_top'>\"How can we justify investing in the new  technology?\"</a></li>");					

newnews.append("<li><a class='TickerLink' href='your_questions.html?sec2=0' target='_top'>\"Can my existing salespeople sell marketing  services?\"</a></li>");
newnews.append("<li><a class='TickerLink' href='your_questions.html?sec2=1' target='_top'>\"Will my print salespeople be GOOD at selling marketing services?\"</a></li>");
newnews.append("<li><a class='TickerLink' href='your_questions.html?sec2=2' target='_top'>\"How can I fire an unproductive salesperson if I need their sales?\"</a></li>");
newnews.append("<li><a class='TickerLink' href='your_questions.html?sec2=3' target='_top'>\"How can we get through to our clients\' marketing people?\"</a></li>");

newnews.append("<li><a class='TickerLink' href='your_questions.html?sec3=0' target='_top'>\"Why hasn\'t buying new equipment helped my plant\'s productivity?\"</a></li>");
newnews.append("<li><a class='TickerLink' href='your_questions.html?sec3=1' target='_top'>\"How can I get my plant manager to be more of a manager?\"</a></li>");
newnews.append("<li><a class='TickerLink' href='your_questions.html?sec3=2' target='_top'>\"Can I really get a 20\% improvement in plant productivity?\"</a></li>");
newnews.append("<li><a class='TickerLink' href='your_questions.html?sec3=3' target='_top'>\"Why do my pressmen insist on running my 16,000/hr. press at 11,000?\"</a></li>");
newnews.append("<li><a class='TickerLink' href='your_questions.html?sec3=4' target='_top'>\"Why don\'t my digital presses produce at their promised speeds?\"</a></li>");

newnews.append("<li><a class='TickerLink' href='your_questions.html?sec4=0' target='_top'>\"Can I transform the company and hand it down to  the next generation?\"</a></li>");
newnews.append("<li><a class='TickerLink' href='your_questions.html?sec4=1' target='_top'>\"Can we become competitive and profitable at the  same time?\"</a></li>");
newnews.append("<li><a class='TickerLink' href='your_questions.html?sec4=2' target='_top'>\"Will the industry consolidation continue?\"</a></li>");
newnews.append("<li><a class='TickerLink' href='your_questions.html?sec4=3' target='_top'>\"I\'m not making much money. Does my company still have value?\"</a></li>");

newnews.append("<li><a class='TickerLink' href='your_questions.html?sec5=0' target='_top'>\"We\'ve made lots of changes, why don\'t we have  lots of profits?\"</a></li>");
newnews.append("<li><a class='TickerLink' href='your_questions.html?sec5=1' target='_top'>\"We\'re making money on all our jobs. Why aren\'t  we more profitable?\"</a></li>");
newnews.append("<li><a class='TickerLink' href='your_questions.html?sec5=2' target='_top'>\"A few problem sales months ruin the whole year.  What can we do?\"</a></li>");
newnews.append("<li><a class='TickerLink' href='your_questions.html?sec5=3' target='_top'>\"How can I avoid being whacked by a surprisingly bad sales month?\"</a></li>");

newnews.append("<li><a class='TickerLink' href='your_questions.html?sec6=0' target='_top'>\"When is it time to give up on a salesperson?\"</a></li>");
newnews.append("<li><a class='TickerLink' href='your_questions.html?sec6=1' target='_top'>\"Why fire a mediocre CSR? There aren\'t any better ones out there.\"</a></li>");
newnews.append("<li><a class='TickerLink' href='your_questions.html?sec6=2' target='_top'>\"My new MIS system doesn\'t do half the things I  need it to do. Why?\"</a></li>");
newnews.append("<li><a class='TickerLink' href='your_questions.html?sec6=3' target='_top'>\"Why can\'t I get what I want from my CFO?\"</a></li>");
newnews.append("<li><a class='TickerLink' href='your_questions.html?sec6=4' target='_top'>\"Why does it always take two weeks to get the  billing out?\"</a></li>");
newnews.append("<li><a class='TickerLink' href='your_questions.html?sec6=5' target='_top'>\"How do I get my sales manager to really manage sales?\"</a></li>");

newnews.appendTo("#ticker").newsTicker(3000);	