﻿/// <reference path="../jquery-1.2.6.js" />
/// <reference path="../jquery-1.2.6-vsdoc.js" />
/// <reference path="../jquery.example/jquery.example.js" />
/// <reference path="~/UserControls/EnquiryForm.ascx" />

$(function() {
    $("#quickenquiry input[type=text], #quickenquiry textarea").example(function() {
        return $(this).attr('title');
    });
});

