function trailerstrack()
{
	$.get('/ajax/trailerstracker.php', function(data) {
		// Nothing
	});
}
