$(function(){
	$(".nav_roll").mouseover(function(){
			$(this).attr("src", $(this).attr("src").replace(".jpg", "_on.jpg"));
	}).mouseout(function(){
			$(this).attr("src", $(this).attr("src").replace("_on.jpg", ".jpg"));
	});
});

function show_video(){

	Shadowbox.init({});
	Shadowbox.open({
		content:    '/images/VC_VIDEO.swf',
		player:     "swf",
		title:      "Welcome to the Village Club of Sands Point | <a href=\"javascript:Shadowbox.close();\" style=\"color:#FFF;\">Skip Intro</a>",
		width:      720,
		height:     400
	});
}
