/*
 * MyProjectNameHere <http://www.example.com>
 * Main JavaScript
 *
 * This is general use JavaScript file. Main JavaScript functionality should go here and 
 * this file is loaded by default by View controller.
 *
 * @package    View Controller
 * @author     DeveloperNameHere <
[email protected]>
 * @copyright  Copyright (c) 2012, ProjectOwnerNameHere
 * @license    Unrestricted
 * @tutorial   /doc/pages/guide_view.htm
 * @since      1.0.0
 * @version    1.0.0
 */
// This is executed the moment document has finished loading
$(document).ready(function(){
});