function writeJS(){
var str='';
str+=' 		<div id="top_wrap">';
str+=' 			<div id="top_logo">';
str+=' 				<p><a href="index.html"><\/a><\/p>';
str+=' 			<\/div>';
str+=' 			<div id="top_tabs">';
str+=' 				<p>';
str+=' 				<a href="about.html" class="about">about&nbsp;us<\/a>';
str+=' 				<a href="contact.html" class="contact">contact<\/a>';
str+=' 				<a href="https:\/\/images.ehouse.co.uk" class="login">login<\/a>';
str+=' 				<\/p>';
str+=' 			<\/div>';
str+='		<\/div>';
document.write(str);
}
writeJS();

