/******************************************************************************
 * Dineen Vineyards Global functions.
 * jQuery framework is required.
 * 
 * Author: Neal Krouse (krousen@comcast.net)
 *
 ******************************************************************************/

$(function() {
	$("#rotate").cycle({
		timeout: 500,
		speed: 6000,
		delay: -4000
	});
	
	$("a[href^='http']", document.getElementById("content")).attr("target", "_blank");

});
