/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


$(document).ready(function(){
    $('#qrcode').qrcode({
        width : 64,
        height : 64,
        text : "Judzhin Miles - Applied Developer. http://msbios.com"
    });
});
