/*
 * Custom JS v 1.0
*/

// Write in the CSS file to control load flicker
//document.write('<link href="/assets/style/has_js.css" media="screen" type="text/css" rel="stylesheet" />');

if ( typeof LBi == 'undefined' ) { self.LBi = {}; }

LBi.blog = {}

LBi.blog.functions = {
	/*
	 * Functions that need to be called before DOM ready etc, perhaps down to .Net implementation
	*/
	init: function() {
		// Insert function calls here
	}
}

// DOM ready functions
$(document).ready(function(){
	LBi.Common.identJS();
	LBi.Common.dynamicInputText();
	LBi.Common.getNewWindowLinks();	
});
