// CarConnection.js
// Copyright 2008 Journal Community Publishing Group
// Author - M. Grdinic - 01/08/09

// Show the homepage feature image + caption
function showFeatureImage(img, cap){
	$('feature-image').down('IMG').src = '/content/feature_home/images/' + img;
	$('showFeatureImageCaption').update(cap);
}
