document.createElement('header');document.createElement('nav');document.createElement('section');document.createElement('article');document.createElement('aside');document.createElement('footer');
function openEFWindow(id){window.open('/emailfriend.php?id='+id,'email_friend','menubar=no, scrollbars=no, width=800, height=400, directories=no,location=no,resizable=yes,status=no,toolbar=no')} 
var xmlhttp;
function get_my_tweets(tweetcount){xmlhttp=GetXmlHttpObject();if (xmlhttp==null){alert ("Your browser does not support XMLHTTP!");return;}var url="http://www.philgriggtechnicaldiving.co.uk/wordypressy/wp-content/themes/pgtd/twitter.php";url = url + "?tweetcount=" + tweetcount;xmlhttp.onreadystatechange=stateChanged;xmlhttp.open("GET",url,true);xmlhttp.send(null);}function stateChanged(){	if (xmlhttp.readyState==4){	document.getElementById("twitter_update_list").innerHTML=xmlhttp.responseText;}}function GetXmlHttpObject(){if (window.XMLHttpRequest) {return new XMLHttpRequest();}	if (window.ActiveXObject){return new ActiveXObject("Microsoft.XMLHTTP");}return null;}