/*
	tWWF Splash Preloader
	Author: Joey Avino

	*** COPYRIGHT ***
	Amedia Creative

	http://www.amediacreative.com
	P 310.651.8733
	F 310.388.1210
	info@amediacreative.com

	Amedia Creative 
	44 E. Main Street
	Ramsey, NJ
	07446
*/

		<!--
			if (document.images)
			{
				pic1 = new Image(205, 127);
				pic1.src = "/public/images/splash_employers_on.gif";
				
				pic2 = new Image(195, 127);
				pic2.src = "/public/images/splash_users_on.gif";
				
				pic3 = new Image(196, 127);
				pic3.src = "/public/images/splash_kbase_on.gif";
				
				pic4 = new Image(204, 127);
				pic4.src = "/public/images/splash_vbase_on.gif";
			}
		-->
