// QUOTES.JS
// ----------------------------------
// Selection of the more readable feedback about Supply Chain Online (some items are too short to post)
//
// Generate quote, link to another, and link to "more", etc.
//
// Outline of this file:
//
// 1. Variables
// 2. Quotes
// 3. Function(s)
//
// Generally speaking, you will only change #2, by adding quotes. 
//
// ----------------------------------

// VARIABLES

wait_seconds = 6;
box_height=80;
big_box_height=300;

// Don't change this
quotes = new Array();
// ----------------------------------

// QUOTES

quotes.push("&quot;I really enjoyed the interaction built into the subject areas, they help to break up the reading into bite-sized chunks. This module did a great job of discussing complicated topics with relevant examples, terms, and concepts.&quot;");

quotes.push("&quot;This was a great refresher for me. One of the most valuable sets of information that I've come across as a Supply Chain professional. Every functional area from sales to engineering needs to have this information to gain a better perspective of the entire value delivery system.&quot;");

quotes.push("&quot;Great job! I really like the manner in which the material is presented, including the interactive questions with immediate feedback, and the graphics are well done.&quot;");

quotes.push("&quot;This is a great tool...one which should be easily understood by material planners, material managers, sales force, etc. I would have loved to have a copy to share with past executive team members to enable them to appreciate the difficulty of maintaining inventory levels.&quot;");

quotes.push("&quot;Through these modules, I am learning a great deal and am applying them to a business case.&quot;");

quotes.push("&quot;The use of examples, both from real life and contrived, are very helpful. Excellent use of flash for simulation and demos. The Beer Game really brought home the concept of the Bull Whip effect.&quot;");

quotes.push("&quot;Even for a seasoned supply chain executive, this course was challenging.&quot;");

quotes.push("&quot;I have encountered each of these concepts at one time or another. However, presenting them all together in one read is priceless. Great presentation. Now I have a toolkit of techniques to draw from.&quot;");

quotes.push("&quot;I enjoyed the use of graphics and examples. This makes it easier to understand the different topics and improves progress.&quot;");

quotes.push("&quot;Great graphics and animations throughout. Nice to see citations for further research...convenient and engaging...attractive for a general interest audience.&quot;");

quotes.push("&quot;Very interesting and informative. A good refresher and good ideas presented! Interactive modules are great--more of those would be even better.&quot;");

quotes.push("&quot;Excellent real life examples and practical ideas for reducing the effects of the 4 key [causes of] the Bullwhip Effect. Easy to follow and understand.&quot;");

quotes.push("&quot;Great animations and straight to the point...I am recommending this to our manager for our buyers to go through for development.&quot;");

quotes.push("&quot;Great examples, nice smooth flow and easy to understand.&quot;");

quotes.push("&quot;I fully appreciated the combination of text, visual, and animated illustrations. The information is succinct and direct. It's an excellent module.&quot;");

quotes.push("&quot;Excellent introduction to SCM. The flow of information was logical with useful examples. I am looking forward to taking other modules.&quot;");

quotes.push("&quot;Very well presented, concise and informative. Easy to use. I feel I have gained a solid introduction to a very complex topic.&quot;");

quotes.push("&quot;This was great: well written, to the point, excellent framework. Please do more.&quot;");

quotes.push("&quot;Logically laid out. Good general overview of key topics. I like the emphasis on 'challenges' and the tone that one solution doesn't fit all.&quot;");

quotes.push("&quot;This was an extremely informative module. The dynamics between metrics and business objectives are truly amazing.&quot;");

quotes.push("&quot;This module does a nice job of 'pulling it all together' and making the data apply to reality.&quot;");

quotes.push("&quot;I was concerned that studying this type of data on line would be dry and exhausting. Well, you definitely proved me wrong. I simply love your approach.  It flows extremely well.&quot;");

quotes.push("&quot;The short quizzes promote thought and understanding. Your examples make it easy to understand your point.  Actually, I have lived many of the issues you covered, but did not always know exactly why they existed. I now better understand, which will make me more productive and comfortable in the process.&quot;");

quotes.push("&quot;A very down to earth, easy to follow and understand, process for understanding Supply Chain Management.&quot;");

quotes.push("&quot;Last evening I completed the final course. An excellent overall informative, comprehensive, and synergistic set of modules. This really helped me learn more about why the businesses I work with do some of the things they do.&quot;");

quotes.push("&quot;This really helped me learn more about why the businesses I work with do some of the things they do.&quot;");

quotes.push("&quot;This gives me a broader view of areas that I can focus on within my side of the business and enables me to look more clearly at the global picture for the company.&quot;");

quotes.push("&quot;Even though I have been in purchasing for over ten years, it has only been recently that supply chains have been talked about [in my company]. Training and understanding the full concept has been lacking and that is why I am taking this course on my own.  I can already visualize the problems where I work and see there are ways to solve them.  I am very impressed so far with the course.&quot;");

quotes.push("&quot;This program is GREAT!&quot;");

quotes.push("&quot;The material has been very relevant and addressed specific situations found within my company...very informative without an overwhelming amount of information.&quot;");

quotes.push("&quot;Well written and informative.&quot;");

quotes.push("&quot;Well presented and very accurate information. Timely and applicable to most modern, evolving supply chain environments. Well done.&quot;");

quotes.push("&quot;Good examples and explanation. It's very easy to relate this to problems we encounter helping our clients improve their logistics performance.&quot;");

quotes.push("&quot;Very relevant information for today's business world.&quot;");

quotes.push("&quot;Keep up the good work and offer more certification courses!&quot;");

quotes.push("&quot;This online course is very interesting. It is easy to understand, and it will surely help me in my work. Looking forward to taking more of these online courses.&quot;");

quotes.push("&quot;Excellent way to teach supply chain basics, with the perfect balance between detailed and general information. Simple and easy to understand and relate to personal work situations. Interactive sections are very helpful.&quot;");

quotes.push("&quot;The content is fluid and is enhanced by an appropriate amount, and variety of demonstrations and graphics. The course is an organized and concise outline of such a broad topic as supply chain. I am grateful for this resource.&quot;");

quotes.push("&quot;Excellent real life examples. Easy to understand concepts with such good examples and simulations.&quot;");


//
// Dated quotes (before this, we haven't pulled the dates yet)
//


quotes.push("&quot;This was a good intro to generally understand how my business may be set up and also to look for general areas in which we can improve.&quot; <br>- January 12, 2009");

quotes.push("&quot;I like the practical examples, they help visualize the concepts.&quot; <br>- January 13, 2009");

quotes.push("&quot;It is good to know all these metrics.&quot; <br>- January 20, 2009");

quotes.push("&quot;Thank you for providing these courses online.&quot; <br>- February 9, 2009");

quotes.push("&quot;The site is easy to navigate. The material is clear and concise.&quot; <br>- February 25, 2009");

quotes.push("&quot;Valuable concepts [in module SCM105] which I believe I can utilize immediately.&quot; <br>- March 18, 2009");

quotes.push("&quot;A very good overview of the Supply Chain picture as shown in the S.C. business today. A good explanation of terms \/ types of Supply Chain styles \/ processes.&quot; <br>- March 21, 2009");

quotes.push("&quot;This puts into clear context the various concepts and strategies that I have been exposed to in the last 12 months - very effective.&quot; <br>- March 22, 2009");

quotes.push("&quot;The presentation of the course material was well done. Diagrams, mini-situational questions assisted in assciating the theoretical information to practical situations. The core concepts were well explained and highlighted for emphasis. Overall - very comprehensive introduction for a diverse subject matter.&quot; <br>- March 26, 2009");

quotes.push("&quot;Best explanation of the Bullwhip Effect that I have read. I liked the quick [simulation] as a refresher as well. Very logical presentation of the material and summary was useful.&quot; <br>- March 26, 2009");

quotes.push("&quot;SCM102 was very detailed...I was very surprised at my ability to retain the information as there was a lot of information that is very applicable to my career with managing both vendor and customer relationships. The information was presented in a format that was easy to follow - thoroughly presented and easy to see how it relates to day-to-day operations.&quot; <br>- March 26, 2009");

quotes.push("&quot;SCM105 assisted in the understanding the high-level math that is used in calculation at the strategic level. The presentation of the information through use of examples helped me in better understanding how these equations are used in determining profitability at the decision making level.&quot; <br>- March 27, 2009");

quotes.push("&quot;Module [SCM106] tied together concepts and used very good examples from automotive and retail industry that the student can easily relate to. This is by far the best on line course I have done in my PLOG.&quot; <br>- March 27, 2009");

quotes.push("&quot;[Module] SCM106 is very applicable to the Procurement field as the options to evaluate cost-saving measurements are in direct co-relation to the design of the product, the cost of production / manufacturing and the component cost of raw materials.&quot; <br>- March 27, 2009");

quotes.push("&quot;Thank you for a very useful, compact and comprehensive course!&quot; <br>- April 14, 2009");

quotes.push("&quot;Clearly structured materials with definitions, annimations and examples. Easy to refer to my own employer's SCM circumstances.&quot; <br>- June 2, 2009");

quotes.push("&quot;The introduction material was well organized and gave a concise overview of supply chain structures, management, variables and their effects, and management tools. Very helpful!&quot; <br>- June 11, 2009");

quotes.push("&quot;So far all modules are helpful but I like [SCM105: Performance Measures for Supply Chain Management] the most.&quot; <br>- June 17, 2009");

quotes.push("&quot;Good summary of issues that supply chains face. Good suggestions to counter supply chain challenges.&quot; <br>- August 23, 2009");

quotes.push("&quot;I am a manufacturing manager trying to gain knowledge in the supply chain, logistics and materials side of our company. This introduction course did a very good job summarizing the basics of Supply Chain Management.&quot; <br>- August 23, 2009");

quotes.push("&quot;I work as an ERP Applications consultant and find the material very helpful and applicable.&quot; <br>- August 26, 2009");

quotes.push("&quot;I am a Material Handler II and I can clearly see the effects of upstream/downstream customer service on our supply chain. &quot; <br>- August 27, 2009");

quotes.push("&quot;Enjoyed the online course. Learned a lot and am hopeful to use the information in future projects.&quot; <br>- September 14, 2009");

quotes.push("&quot;Very good information that I think we can apply here to improve how we measure the overall supply chain&quot; <br>- September 23, 2009");

quotes.push("&quot;We often deal with the Bullwhip Effect. We are a Build-to-Stock organization. I can use this information in our organization.&quot; <br>- September 29, 2009");

quotes.push("&quot;We often deal with the Bullwhip Effect.We are a Build-to-Stock organization. I can use this information in our organization.&quot; <br>- October 6, 2009");

//
// 2010
//

quotes.push("&quot;It is good to know all these metrics.&quot; <br>- January 20, 2010");

quotes.push("&quot;Thank you for providing these courses online.&quot; <br>- February 9, 2010");

quotes.push("&quot;This material has been quite helpful for me to expand my knowledge on this field. The application of this material has been of great benefit to the company I work for. As a member of the business focus team, I have had the opportunity to introduce the concepts on this material to the focus team consequently, the company has been able to acquire more business on Supply Chain Services and improve current processes in product manufacturing. The areas of improvement include management change, inventory reduction, accurate job costing, reduce shipping cost, reduce waste and rework. Best regards to all the staff.&quot; <br>- February 16, 2010");

quotes.push("&quot;I am simply taking this course to make myself a more viable candidate for future employment. So far I am pleased!&quot; <br>- February 16, 2010");

quotes.push("&quot;This material has been quite helpful for me to expand my knowledge on this field. The application of this material has been of great benefit to the company I work for. As a member of the business focus team, I have had the opportunity to introduce the concepts in this material to the focus team; consequently, the company has been able to acquire more business on Supply Chain Services and improve current processes in product manufacturing. The areas of improvement include management change, inventory reduction, accurate job costing, [reduction of] shipping costs, reduce waste and rework. Best regards to all the staff.&quot; <br>- February 16, 2010");

quotes.push("&quot;Excellent course and very easy to navigate.&quot; <br>- March 15, 2010");

quotes.push("&quot;I enjoyed the real life examples of Dell, Burger King and McDonalds.  It is a great help to solidify the concepts when there is a demonstration of applicabilty.&quot; <br>- June 10, 2010");

quotes.push("&quot;Solid overview of the bullwhip effect and good read on how to counteract.  Beer game is always interesting...such a simple game yet filled with complexity. I appreciate the time estimates for each module; helps to gauge my pace and plan accordingly.&quot; <br>- June 11, 2010");

quotes.push("&quot;Very interactive and good descriptions.&quot; <br>- June 21, 2010");

quotes.push("&quot;An excellent addition to my toolbox of study materials.&quot; <br>- August 19, 2010");

quotes.push("&quot;It is a great introduction to the topic. The videos and graphics were excellent, thank you.&quot; <br>- August 21, 2010");

quotes.push("&quot;A lot of very useful information, this is exactly what I was looking for out of [these] courses.&quot;<br>- October 30, 2010");

quotes.push("&quot;Great quality and applicability.&quot;<br>- November 4, 2010");

quotes.push("&quot;Very detailed, and the examples are well adapted.&quot;<br>- November 10, 2010");

quotes.push("&quot;I appreciate the demo models; having a visual to go along with text helps to better understand the information.&quot;<br>- November 17, 2010");

quotes.push("&quot;I felt [module SCM101] was a good introduction and look forward to the remainder of the course.&quot;<br>- December 5, 2010");

quotes.push("&quot;The mathematics have been clarified so both the concepts and the execution are easily learned by the student.  Excellent work.&quot;<br>- January 5, 2011");

quotes.push("&quot;[Module SCM105] may be the best module. It really gets to strategy and how logisticians can have an impact at the senior executive level.&quot;<br>- January 6, 2011");

quotes.push("&quot;Currently employed at [<i>removed for anonymity</i>] and this course is extremely helpful.&quot;<br>- March 18, 2011");

quotes.push("&quot;Very well presented and easy to understand as an online course.&quot;<br>- April 26, 2011");

quotes.push("&quot;I like the content and am interested in what the rest of the course holds. This is my first classroom setting in many years and my first ever online class. It's a different style of learning all together.&quot;<br>- May 19, 2011");

quotes.push("&quot;Nice discussion of different responsiveness levers ... I especially like the point that [software] is not required to implement most, and [supply chain] education is needed to promote from within.&quot;<br>- May 23, 2011");

quotes.push("&quot;Excellent module, easy to understand & follow.&quot;<br>- May 24, 2011");

quotes.push("&quot;[Module SCM101 is] well designed for intro course. Concepts clearly presented.&quot;<br>- May 25, 2011");

quotes.push("&quot;Current, up to date information&quot;<br>- June 6, 2011");

quotes.push("&quot;[Module SCM103] is a great collection of supply chain strategies, some of which I had not previously been exposed to.&quot;<br>- July 1, 2011");

quotes.push("&quot;Very good material.&quot;<br>- July 3, 2011");

quotes.push("&quot;Topics are neatly organized and introduction is to the point.&quot;<br>- July 5, 2011");




// -------------------------------------------------------------------------------------------

var timer;

document.write('<span id="quotes" style="display: block; height: '+box_height+'px; overflow-y: auto;"></span>');
document.write('<p style="text-align: right"><span id=seemore><a href="javascript:writeAll();">see more</a></span></p>');

writeQuote();

function writeQuote() {
	var randomNum = Math.random();
	var myRandom = Math.floor(randomNum*(quotes.length));
	var imgRandom = Math.floor(Math.random()*10).toString()+Math.floor(Math.random()*10).toString()+Math.floor(Math.random()*10).toString()+Math.floor(Math.random()*10).toString()+Math.floor(Math.random()*10).toString()+Math.floor(Math.random()*10).toString()+Math.floor(Math.random()*10).toString()+Math.floor(Math.random()*10).toString();

	document.six_seconds.src="/images/6_sec.gif?"+imgRandom;
	document.getElementById("quotes").innerHTML = "<p>"+quotes[myRandom]+"</p>";

	clearTimeout(timer);
	timer = setTimeout("writeQuote()",wait_seconds*1000);
}

function writeAll() {
	clearTimeout(timer);
 	var allquotes = "<p>"+quotes.join("</p><p>")+"</p>";
	document.getElementById("quotes").style.height = big_box_height+"px";
	document.six_seconds.src="/images/spacer.gif";
	document.getElementById("seemore").innerHTML = "<a href=\"javascript:seeLess();\">see less</a>";
	document.getElementById("quotes").innerHTML = allquotes;
}

function seeLess() {
	clearTimeout(timer);
	document.six_seconds.src="/images/6_sec.gif";
	document.getElementById("quotes").style.height = box_height+"px";
	document.getElementById("seemore").innerHTML = "<a href=\"javascript:writeAll();\">see more</a>";
writeQuote();
}
