/*!
 * Quillpad API
 *
 * Copyright (c) 2009 Tachyon Technologies. All rights reserved. 
 * http://tachyon.in/
 *
 */
if(typeof(Quill) == "undefined"){
    Quill = {};
}
Quill.key = 'bXapE1247649153.41';
Quill.langs = 'malayalam';

var head = document.getElementsByTagName("head")[0];
var id_num = Math.floor(Math.random() * 10000);
var script = document.createElement("script");
script.setAttribute("type", "text/javascript");
script.setAttribute("id", "scr" + id_num);
script.setAttribute("src", "http://fscache.quillpad.in/dist/panel/0.21/quillapi.js");
head.appendChild(script);
