﻿$(document).ready(function() {

//randomize the name of the textbox

//$(":text")[0].name = "R" + Math.random();

});
