/**
 * DriveCult: Custom JS
 * @version 1.0
 * @author Straight Six Studios - http://www.straightsixstudios.com/
 * @requires jQuery Core 1.4+ - http://www.jquery.com/
*/
/*jslint bitwise: true, eqeqeq: true, passfail: false, nomen: false, plusplus: false, undef: true, laxbreak: true, evil: true */
/*global window, document, $, jQuery, self */

/**
* @namespace Root namespace for holding all objects created for DriveCult.
*/
var DriveCult = window.DriveCult || {};

// 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" />');


