﻿$(document).ready(
	function() {
	    $("#news").newsTicker();
	}
    );
       

        $(function() {
            // run the code in the markup!
            $('pre code').each(function() {
                eval($(this).text());
            });
        });
$(document).ready(function() {
    $("#nav-one li").hover(
				function() { $("ul", this).fadeIn("fast"); },
				function() { }
			);
    if (document.all) {
        $("#nav-one li").hoverClass("sfHover");
    }
});
$(document).ready(function() {
    $("#navsingle-one li").mouseenter(

				function() { $("ul", this).fadeIn("fast"); }
			);
    $("#navsingle-one li").mouseleave(
            function() { $("ul", this).fadeOut("fast"); }
			);
    if (document.all) {
        $("#navsingle-one li").hoverClass("sfHover");
    }
});
$.fn.hoverClass = function(c) {
    return this.each(function() {
        $(this).hover(
					function() { $(this).addClass(c); },
					function() { $(this).removeClass(c); }
				);
    });
};
$().ready(function() {
    $('.kwicks').kwicks({
        max: 305,
        spacing: 1
    });
});
$(document).ready(function() {
    $("#kwick1").mouseenter(function() {
        var t = "RETAIL LENDING<br /> Filogix retail management solutions enable you to create and manage real-time transactions for improved efficiency, savings and customer satisfaction.";
        $("#testt").html(t);
        // $("#testtitle").animate({ "top": "-=50px" }, "fast");
        $("#testt").animate({ "top": "-=70px" }, "fast");
    });
});
$(document).ready(function() {
    $("#kwick1").mouseleave(function() {
        var t = "RETAIL LENDING";
        $("#testt").text(t);
        //  $("#testtitle").animate({ "top": "+=50px" }, "fast");
        $("#testt").animate({ "top": "+=70px" }, "fast");
    });
});
$(document).ready(function() {
    $("#kwick2").mouseenter(function() {
    var t = "MORTGAGES <br /> Filogix mortgage solutions help bring together industry participants &mdash; from mortgage lenders to brokers &mdash; to help manage, process and streamline complex transactions.";
        $("#testt2").html(t);
        //  $("#testtitle").animate({ "top": "-=50px" }, "fast");
        $("#testt2").animate({ "top": "-=70px" }, "fast");
    });
});
$(document).ready(function() {
    $("#kwick2").mouseleave(function() {
        var t = "MORTGAGES";
        $("#testt2").text(t);
        //  $("#testtitle").animate({ "top": "+=50px" }, "fast");
        $("#testt2").animate({ "top": "+=70px" }, "fast");
    });
});
$(document).ready(function() {
    $("#kwick3").mouseenter(function() {
        var t = "SMALL BUSINESS LENDING<br /> Filogix small business lending solutions are designed for high-volume, multi-party and multi- product loans requiring automated decisions, sophisticated calculations and application scoring for real-time business decisions.";
        $("#testt3").html(t);
        // $("#testtitle").animate({ "top": "-=50px" }, "fast");
        $("#testt3").animate({ "top": "-=70px" }, "fast");
    });
});
$(document).ready(function() {
    $("#kwick3").mouseleave(function() {
        var t = "SMALL BUSINESS LENDING";
        $("#testt3").text(t);
        //  $("#testtitle").animate({ "top": "+=50px" }, "fast");
        $("#testt3").animate({ "top": "+=70px" }, "fast");
    });
});
$(document).ready(function() {
    $("#kwick4").mouseenter(function() {
        var t = "COMMERCIAL LENDING <br /> Filogix commercial lending solutions provide the necessary tools for comprehensive portfolio management that reduces costs and creates efficiencies across the entire credit lifecycle. ";
        $("#testt4").html(t);
        // $("#testtitle").animate({ "top": "-=50px" }, "fast");
        $("#testt4").animate({ "top": "-=70px" }, "fast");
    });
});
$(document).ready(function() {
    $("#kwick4").mouseleave(function() {
        var t = "COMMERCIAL LENDING";
        $("#testt4").text(t);
        //  $("#testtitle").animate({ "top": "+=50px" }, "fast");
        $("#testt4").animate({ "top": "+=70px" }, "fast");
    });
});
$(document).ready(function() {
    $("#kwick5").mouseenter(function() {
        var t = "EQUIPMENT FINANCE <br /> Filogix equipment finance solutions provide the necessary tools for comprehensive portfolio management, offering end-to-end front office efficiencies.  ";
        $("#testt5").html(t);
        // $("#testtitle").animate({ "top": "-=50px" }, "fast");
        $("#testt5").animate({ "top": "-=70px" }, "fast");
    });
});
$(document).ready(function() {
    $("#kwick5").mouseleave(function() {
        var t = "EQUIPMENT FINANCE";
        $("#testt5").text(t);
        // $("#testtitle").animate({ "top": "+=50px" }, "fast");
        $("#testt5").animate({ "top": "+=70px" }, "fast");
    });
});
$(document).ready(function() {
    $("#kwick6").mouseenter(function() {
        var t = "REAL ESTATE <br /> Filogix real estate solutions keep you connected to an ever-evolving marketplace, with interboard access, automated real-time listings, and feedback based on client needs. ";
        $("#testt6").html(t);
        //  $("#testtitle").animate({ "top": "-=50px" }, "fast");
        $("#testt6").animate({ "top": "-=70px" }, "fast");
    });
});
$(document).ready(function() {
    $("#kwick6").mouseleave(function() {
        var t = "REAL ESTATE";
        $("#testt6").text(t);
        //  $("#testtitle").animate({ "top": "+=50px" }, "fast");
        $("#testt6").animate({ "top": "+=70px" }, "fast");
    });
});
