<!--
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: \"myslideshow1\", //unique ID for this slideshow");
document.writeln("	wrapperclass: \"flashclass\", //desired CSS class for this slideshow");
document.writeln("	imagearray: [");
document.writeln("		[\"images/gatlin_bp129.gif\", \"http://www.tfc-training.com/Training\", \"_new\", \"The Learning Time is Now\"],");
document.writeln("		[\"images/gatlin_bp114.gif\", \"http://www.tfc-training.com/Tendering\", \"\", \"Tendering Training Online\"],");
document.writeln("		[\"images/gatlin_bp115.gif\", \"http://www.tfc-training.com/Public Sector\", \"\", \"Prepare Perfect Tenders\"],");
document.writeln("		[\"images/gatlin_bp124.gif\", \"http://www.tfc-training.com/Public Sector\", \"\", \"Win New Business\"],");
document.writeln("		[\"images/gatlin_bp125.gif\", \"http://www.tfc-training.com/Public Sector\", \"\", \"Public Sector Contracts\"],");
document.writeln("		[\"images/gatlin_bp1.gif\", \"http://www.tfc-training.com/Public Sector\", \"\", \"Sign up NOW Online\"],");
document.writeln("		[\"images/gatlin_bp34.gif\", \"http://www.tfc-training.com/Public Sector\", \"\", \"Return on Investment\"],");
document.writeln("		[\"images/gatlin_bp30.gif\", \"http://www.tfc-training.com/Public Sector\", \"\", \"Submit Tender Documents\"],");
document.writeln("		[\"images/gatlin_bp72.gif\", \"http://www.tfc-training.com/Public Sector\", \"\", \"Invitation to Tender\"],");
document.writeln("		[\"images/gatlin_bp122.gif\", \"http://www.tfc-training.com/Government Contracts\", \"\", \"Providing Expert Training\"]");
document.writeln("	],");
document.writeln("	pause: 5000, //pause between content change (millisec)");
document.writeln("	transduration: 1000 //duration of transition (affects only IE users)");
document.writeln("})");
document.writeln("");
document.writeln("</script>");
//-->
