﻿$(document).ready(function() {
	$('input:text').magicInput();
	$('input:password').magicInput();
});
