/* Author: 
  Ikrus.com
  Jason Evers
*/


var jslib = {
	home_page : {
		init : function() {
			// Index page specific jQuery functions.
		}
	},
	other_function : {
		init : function() {

		}
	}
}





















