﻿/// <reference path="jquery-vsdoc2.js"/>

var newsTxt = 'Enter Your Email Address';
$(document).ready(function() {
    $('.pre').example(function () {
        return $(this).attr('title');
    });
});
