$(document).ready(function() {

		$('#seoinsert a:first').click(function() {
		$('#seoinsert div').slideToggle();
		return false;
		});
	});
