<!--
document.writeln("  <style type=\"text/css\">");
document.writeln(".flashclass{ /*sample CSS class added to image slideshow container*/");
document.writeln("width: 148px; /*a width should be defined for transition to work*/");
document.writeln("border: 0px solid orange;");
document.writeln("padding: 5px;");
document.writeln("}");
document.writeln("");
document.writeln(".flashclass img{");
document.writeln("border-width: 0;");
document.writeln("}");
document.writeln("");
document.writeln("</style>");
document.writeln("");
document.writeln("<script type=\"text/javascript\" src=\"scripts/transitionshow.js\">");
document.writeln("");
document.writeln("/***********************************************");
document.writeln("* Random Transitions Slideshow- by JavaScript Kit (www.javascriptkit.com)");
document.writeln("* This notice must stay intact for usage");
document.writeln("* Visit JavaScript Kit at http://www.javascriptkit.com/ for full source code");
document.writeln("***********************************************/");
document.writeln("");
document.writeln("</script>");
document.writeln("");
document.writeln("<br />");
document.writeln("<script type=\"text/javascript\">");
document.writeln("");
document.writeln("var flashyshow=new flashyslideshow({ //create instance of slideshow");
document.writeln("	wrapperid: \"myslideshow2\", //unique ID for this slideshow");
document.writeln("	wrapperclass: \"flashclass\", //desired CSS class for this slideshow");
document.writeln("	imagearray: [");
document.writeln("		[\"images/gatlin_bp130.gif\", \"http://www.tfc-training.com/Training\", \"_new\", \"Tender for Contracts Help\"],");
document.writeln("		[\"images/gatlin_bp87.gif\", \"http://www.tfc-training.com/Tendering\", \"\", \"Expert Business Support\"],");
document.writeln("		[\"images/gatlin_bp110.gif\", \"http://www.tfc-training.com/Public Sector\", \"\", \"Get Trained Now Online\"],");
document.writeln("		[\"images/gatlin_bp127.gif\", \"http://www.tfc-training.com/Public Sector\", \"\", \"One-2-One Online Training\"],");
document.writeln("		[\"images/gatlin_bp1b.gif\", \"http://www.tfc-training.com/Public Sector\", \"\", \"Preferred Suppliers List\"],");
document.writeln("		[\"images/gatlin_bp2.gif\", \"http://www.tfc-training.com/Public Sector\", \"\", \"Get Help with Documents\"],");
document.writeln("		[\"images/gatlin_bp9a.gif\", \"http://www.tfc-training.com/Public Sector\", \"\", \"Get Procurement Support\"],");
document.writeln("		[\"images/gatlin_bp25.gif\", \"http://www.tfc-training.com/Public Sector\", \"\", \"Pre-Qualification Support\"],");
document.writeln("		[\"images/gatlin_bp31.gif\", \"http://www.tfc-training.com/Public Sector\", \"\", \"Increase Your Chances\"],");
document.writeln("		[\"images/gatlin_bp123.gif\", \"http://www.tfc-training.com/Government Contracts\", \"\", \"Professional Assistance\"]");
document.writeln("	],");
document.writeln("	pause: 6500, //pause between content change (millisec)");
document.writeln("	transduration: 1000 //duration of transition (affects only IE users)");
document.writeln("})");
document.writeln("");
document.writeln("</script>");
//-->
