////////////////////////Clear Auto Input Code\\\\\\\\\\\\\\\\\\\\\\\\\\\\
$(document).ready(function() {
  var options = {
    newsList: "#news",
    tickerRate: 100, 
	startDelay: 10,
	loopDelay: 3000,
    placeHolder1: " |"
  }
  $().newsTicker(options);
});


function clickclear(thisfield, defaulttext) {
	if (thisfield.value == defaulttext) {thisfield.value = "";}
}

function clickrecall(thisfield, defaulttext) {
	if (thisfield.value == "") {thisfield.value = defaulttext;}
}

$(function() {
	$('a.lightbox').lightBox();
});

