/*
 * 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 LBIQ == 'undefined' ) { self.LBIQ = {}; }

LBIQ.blog = {}

LBIQ.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();	
});
