document.write(
//meta
'<META NAME="description" content="האתר לזכרו של חברינו ערן טל">'+
'<META NAME="keywords" content="ערן טל">'+
'<LINK rel="SHORTCUT ICON" href="links_icon.ico">'+
'<title>Eran Tal</title>'+

//css
'<style type="text/css">'+
'body,td,span,div,a{font-family:arial;font-size:14px}'+
'body{margin:0px;scroll:yes}'+
'img{border:0px}'+

'a{color:#6F052B;text-decoration:underline}'+
'a:visited{color:#6F052B}'+
'a:active{color:red}'+
'a:hover{color:red}'+

'td.links{width:90px;height:21px;text-align:right;padding-right:9px;background-image:url(imgs/links_back.jpg)}'+
'a.links{color:black;text-decoration:none}'+
'a.links:visited{color:black}'+
'a.links:hover{color:red;text-decoration:underline}'+

'span.title_large{font-size:18px;color:black;font-weight:bold}'+
'span.title{font-size:16px;color:black;font-weight:bold}'+
'span.title_small{color:#6F052B;font-weight:bold}'+
'table.pics_table{}'+
'</style>'+



'<table bgcolor="#F6DBAE" id="main_table" width="100%" height="100%" style="table-layout:fixed" cellspacing=0 cellpadding=0>'+
'<tr height=69>'+
'<td>'+
	'<table width="100%" height=69 cellspacing=0 cellpadding=0>'+
	'<tr>'+
		'<td background="imgs/top_back.jpg">&nbsp;</td>'+
		'<td width=480 background="imgs/top_logo.jpg" style="textl-align:left">&nbsp;</td>'+
	'</tr>'+
	'</table>'+
'</td>'+
'<td width=120 background="imgs/top_back.jpg" style="text-align:center"><img id=pic_logo src="imgs/eran.jpg"></td>'+
'</tr>'+

'<tr>'+
'<td id="main_td" background="imgs/back.jpg" style="background-repeat:no-repeat;text-align:right;padding-top:29px;padding-right:10px" valign="top">'
);

//vars
var mailto="mailto:efshargam@gmail.com";

function onloadCB(id,id2)
{	
	document.getElementById(id).style.background="url(imgs/links_back_hover.jpg)";
	if(undefined != id2)
		document.getElementById(id2).style.background="url(imgs/links_back_hover.jpg)";
}

