//Cufon.replace('h1, h2, h3, .pullquote, #slogan');

$(function(){
	var sloganeering = [
		'open doors for you.',
		'tell you a story.',
		'more accessible.',
		'more useable.',
		'more authentic.',
		'more semantic.',
		'work for you.',
		'more beautiful.',
		'wax poetic.',
		'eat its vegetables.',
		'your new bicycle.',
		'sing a happy tune.',
		'bring you flowers.',
		'dance a jig.',
		'more huggable.',
		'wash the dishes.',
		'a snappy dresser.',
		'omit <del>needless </del>words.',
		'scrub behind its ears.',
		'call more often.'
	];
	var slogan = sloganeering[Math.floor(Math.random() * sloganeering.length)];
	$('#slogan em').html(slogan);
//	Cufon.replace('#slogan em');
	$('#slogan del').fadeOut(1500);
});
