/**
 * (c) Copyright 2008 Speedtrap.org.
 *
 */

window.addEvent( 'domready', function()
{
	// Lazy load the geo class
	jsGeo = new Asset.javascript( '/static/js/com/c2labs/Geo.class.js',
	{
		onload: function()
		{
			// Create an instance of the Geo class, the rest is up to it!
			tmpGeo = new Geo( 'keyword_state', 'keyword_city', 'keyword_zip' );
		}
	});
});
