$(document).ready(function() {
    getAdwordsCommerce(locationid, 'carrental');

	$('.carrental_url').click(function(i){
		openWindow($(this).attr('href'));
		return false;
		}
		);
});


