<!--
//function random_text()
//{};
var random_text = new Array();
// Set the number of text strings to zero to start
var number = 0;
// Incremental list of all possible Text



random_text[number++] = "<div><p><img src='new_images/affiliate/ads/boot_camp.png' border='0'/></p><h1 align='center'>Colored Brain Communication Facilitor Certification Boot Camp</h1><h2 align='center'>Get Your Certification and Take Your People Development Career to New Hights</h2><h2 align='center' class='style1' style='margin:0 0 0 0; line-height:0'>Spend 4 days with DC Founder, Arthur F Carmazzi in Bali and become one of the Elite Certified Colored Brain Facilitators</h2><p align='center'>28 - 31 March 2009, DC Leadership Infusion Campus, BALI<h3 align='center' style='line-height:0'> <strong>&nbsp; </strong><a href='http://www.directivecommunication.com/cbc_bootcamp/' target='_blank'>&raquo;[Read More]</a><font color='#666666'>|</font> [Close] &laquo;</h3></p><div style='clear:both;'></div></div>"
random_text[number++] = "<div><p><img src='new_images/affiliate/ads/crisis.png' border='0'/></p><h1 align='center'>Leadership During Crisis</h1><h2 align='center'>Using the psychology and dynamics of the global economic slowdown to revitalize your teams and organisation</h2><h2 align='center' class='style1' style='margin:0 0 0 0; line-height:0'>17 January 2009, DC Leadership Infusion Campus, BALI</h2><p align='center'>&nbsp;<h3 align='center' style='line-height:0'> <strong>&nbsp;</strong><a href='http://leadership.asia/' target='_blank'>&raquo; [Read More] </a><font color='#666666'>|</font> [Close] &laquo;</h3></p><div style='clear:both;'></div></div>"
random_text[number++] = "<div><p><img src='new_images/affiliate/ads/identity.png' border='0'/></p><h1 align='center'>Identity Intelligence</h1><h2 align='center'>Make Better Decisions, create more personal and organizational success with Identity Intelligence </h2><h2 align='center' class='style1' style='margin:0 0 0 0; line-height:0'>Take control with Arthur's most complete book on Directive Communication Psychology and Applications</h2><p align='center'>Identity Intelligence at 50% off the retail price<h3 align='center' style='line-height:0'> <strong>&nbsp;</strong><a href='http://www.identityintelligence.com/promo.html' target='_blank'>&raquo; read more </a><font color='#666666'>|</font> [Close] &laquo;</h3></p><div style='clear:both;'></div></div>"
random_text[number++] = "<div><p><img src='new_images/affiliate/monkey_king.jpg' border='0'/></p><h1 align='center'>Learn Fast Change Management in 5 Steps</h1><p align='center'>Get &quot;Lessons from the Monkey King - <i>Leading Change for Gorilla Sized Results&quot;</i></p><h2 align='center'>Arthur F Carmazzi's Newest Change Leadership Book shows You How to get FAST Results in Turbulent Times</h2><strong>&nbsp;</strong><a href='http://monkeykingmanagement.com/' target='_blank'>&raquo; [Read More] </a><font color='#666666'>|</font> [Close] &laquo;</h3></p><div style='clear:both;'></div></div>"
random_text[number++] = "<div><p><img src='new_images/affiliate/monkey_king.jpg' border='0'/></p><h1 align='center'>Get More Cooperation, More Effectiveness, and More Personal Satisfaction at Work</h1><p align='center'>With Arthur F Carmazzi's Newest Change Leadership Book</p><h1 align='center'>&quot;Lessons from the Monkey King - <i>Leading Change for Gorilla Sized Results&quot;</p></h1><strong>&nbsp;</strong><a href='http://monkeykingmanagement.com/' target='_blank'>&raquo; read more </a><font color='#666666'>|</font> [Close] &laquo;</h3></p><div style='clear:both;'></div></div>"
//random_text[number++] = "<div style='width:233px; height:7px;'><img src='new_images/testy_top.jpg' /></div><div class='big_content' style='width:213px; height:100%; overflow:hidden; background-image:url(new_images/testy_mid.jpg); background-repeat:repeat-y; padding:0px 10px 0px 10px;'><div align='justify'>&quot;I just want u to know that the training you have given me has helped me a lot.  I visited my friends in the old company about a week ago and they were surprised to see the change in me.  They said it was their we knew u could do it but may be ur attitude was stopping u from bringing that change. One of my friend even had tears in his eyes, he told me that he was so wrong about me.  I have started enjoying my work. My family is also happy that I have changed the way I talk and think.  I also make a point that i take things in a possitive way only, and try to find solution for every porblem, Those 2 weeks have changed my life in a right way and open doors for my growth. I m sure that i m takeing my steps in the right direction, thanks for ur help in show me the true and clear picture. thanks to all of u the team of Directive Communication&quot;</div></div><div style='width:233px; height:25px;'><img src='new_images/testy_btm.jpg' /></div><p style='margin:0px; padding:0px 0px 0px 20px;' align='left'><b style='color:#990000; font-size:15px;' class='big_content'>Rostan Rodrigues</b><br /><span class='big_content'>Chief engineer<br /><b>Emirates Harbor hotel</b></span></p>"
// Create a random number with limits based on the number
// of possible random text strings
var random_number = Math.floor(Math.random() * number);
// Write out the random text to the browser
//document.write(random_text[random_number]);
var text_selected=random_text[random_number];
-->
