
actu = "" + window.location

nomfich = 'a'	
tt = 0
minus = actu.length


while (tt != -1){
	
	
	nomfich = actu.substr(minus - tt -1, minus -1)
	
	if (nomfich.substr(0,1) == '/' ){
		 tt = -1 
	}
	else
	{
		 tt = tt + 1
		 if (tt == minus){
		 	tt = -1
		 	nomfich = ""
			}
	}
}

swlanglink = "fr" + nomfich

document.write("<body>")
document.write("<center>")
document.write("<table id='Table_08' height='6' width='992' border='0' cellpadding='0' cellspacing='0' bgcolor='#f7f7f7'>")
document.write("</table>")
document.write("<table id='Table_01' height='45' width='992' border='0' cellpadding='0' cellspacing='0' bgcolor='#f7f7f7'>")
document.write("	<tr>")
document.write("		<td width='2'>")
document.write("		</td>")
document.write("		<td width='236' valign='top' align='center'>")
document.write("		<img src='common/grandite-web-logo-2.png' border='0' alt='Grandite'>")
document.write("		</td>")
document.write("		<td width='604' valign='middle' align='right'><!--<a href='" + swlanglink + "'>Français</a>--><font size='1'><br><br></font>")
document.write("		</td>")
document.write("		<td width='140' align='right' valign='middle'>")
document.write("		<a href='http://www.facebook.com/pages/Grandite/251489878194421?sk=app_160430850678443' target='_blank'>")
document.write("		<img src='common/fb2.png' locale='en' title='Follow Grandite on Facebook' alt='Grandite on Facebook' style='border:0px;' border='0'/></a>") 
document.write("		<a href='http://www.linkedin.com/company/grandite' target='_blank'>")
document.write("		<img src='common/in3.png' locale='en' title='Follow Grandite on LinkedIn' alt='Grandite on LinkedIn' style='border:0px;' border='0'/></a>")
document.write("		<a href='http://www.twitter.com/grandite' target='_blank'>")
document.write("		<img src='common/tw2.png' locale='en' title='Follow Grandite on Twitter' alt='Grandite on Twitter' style='border:0px;' border='0'/></a><font size='2'><br><br></font>") 
document.write("		</td>")
document.write("		<td width='10'>")
document.write("		</td>")
document.write("	</tr>")
document.write("</table>")

