var swfreplace = function() {
		
	return {
		
		init : function() {
			var sPath = 'templates/f4y/swf/';
			
			var oSWF = new SWFObject( sPath + '/jobrotator.swf', 'jobs-banner_', '410', '268', '8', '#3c3d41');
			oSWF.addVariable( 'file', 'topjobs' );
   			oSWF.write("jobs-banner");
			
			var oSWF = new SWFObject( sPath + '/motion.swf', 'f4y-banner_', '356', '268', '8', '#3c3d41');
   			oSWF.write("f4y-banner");
		}
		
	}
}();
