/*
 * Browser
 *	
 *	@author John Axel Eriksson
 *	
 *	This is a helper that handles the browser.
 *	
 */

var browserHelper={};


browserHelper.selectCar = function(car) {
	alert(car);
}