﻿
(function($){$(function(){$('.pop-up').click(function(){window.open(this,null);return false;});$('.clear-field-on-focus').focus(function(){if(this.value==this.defaultValue){this.value='';}});$('.focus-first').focus();});})(jQuery);