// JavaScript Document

//Coinslider

$(document).ready(function()
{
	$('#slider').coinslider({ hoverPause: false, height:250, width:665 });
});

