AudioPlayer.setup("http://www.holyghostoutdoors.com/js/functions/audio-player/player.swf", {  
	width: 290,
	transparentpagebg: "yes",
	leftbg: "7B5200",
	rightbg: "6D4801",
	lefticon: "332C24",
	righticon: "332C24",
	voltrack: "E4DFD0",
	volslider: "c3beae",
	rightbghover: "E4DFD0",
	righticonhover: "000000",
	loader: "E4DFD0",
	track: "E4DFD0",
	tracker: "332C24",
	border: "E4DFD0",
	skip: "332C24",
	text: "625547",
	width: "265"
	
}); 
$(function(){
	$('#tweets').jScrollPane();
	$("#twitterLink").click(function(){
    	window.open('http://www.twitter.com/HGOutdoors');
	});
	
	$(".photoLink").lightBox({
		fixedNavigation:false
	});
	
	$(".photoLink").click(function(){
		return false;
	});
});