
function showScrollingNews() {
	if (typeof pageName != 'undefined') {
		switch(pageName) {
			case 'home':
				document.write('<MARQUEE id="scrollingNews" direction="left" loop="1" scrollamount="2" scrolldelay="1" width="100%"><font class="latestNews">Latest News: M&K Salvage now dismantle late model vehicles for spares.</font> <a href="vehicles_dismantling.php" onMouseOver="document.all.scrollingNews.stop()" onMouseOut="document.all.scrollingNews.start()">Click Here <font color="#333333">to see some of the vehicles we are currently dismantling.</font></a></MARQUEE>')
			break    
		}
	}
}