$(document).ready(function(){
	$("#keywords").DefaultValue("Enter search words...");
});

$(document).ready(function(){
	$("#subscribefield").DefaultValue("Your email address");
});

$(function() { /* regular home page */
    $('#slider').cycle({
		fx:'fade',
		speed:300,
		timeout:10000,
		pause:1,
		next:'#next1',
		prev:'#prev1',
		after: onAfter
    });
});

$(function() { /* election home page */
    $('#slider_big').cycle({
		fx:'fade',
		speed:300,
		timeout:6000,
		pause:1,
		next:'#slider_big'
    });
});    

function onAfter() {
    $('#welcome').html('<p>' + this.title + '</p>').append(' <a href="' + this.alt + '">Read more &raquo;</a>');
}

$(document).ready(function(){
	$("#gallery").yoxview({
		lang: "en",
		backgroundColor: "#000",
		autoPlay: false
	});
});
