// JavaScript Document
                function latestnewshover(){
						document.getElementById("latest_news_pic").innerHTML = '<img src="images/frontpage.jpg" alt="Agency PR Team Expands" />';
						document.getElementById("news_1").setAttribute("class", "latest_news_title_hover");
						document.getElementById("news_2").setAttribute("class", "latest_news_title");
						document.getElementById("latest_news_text").innerHTML = 'Former ITV news presenter Llewela Bailey has <a href="http://wardlovettpressoffice.com/pr_470_Agency-PR-Team-Expands.aspx">joined the PR team</a> at ad and PR agency Ward Lovett as a media consultant.';
                }
                function latestnewshoverout(){
						document.getElementById("latest_news_pic").innerHTML = '<img src="images/question-mark.gif" alt="Knowledge Hub Opening" />';
						document.getElementById("news_1").setAttribute("class", "latest_news_title");
						document.getElementById("news_2").setAttribute("class", "latest_news_title_hover");
						document.getElementById("latest_news_text").innerHTML = 'The state of the art Ward Lovett knowledge hub was successfully launched internally on Friday 6th March. Dominic Cushnan also used the opportunity to present the new Ward Lovett website, <a href="knowledge-hub-opens.php">click here to read more</a>.';
                }



<!-- IMAGE PRELOAD
function MM_preloadImages() { //v3.0
	var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
	var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
	if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->
