var head = document.getElementsByTagName('head')[0];
	

/* script1 = document.createElement('meta');
script1.setAttribute('property','og:title');
script1.setAttribute('content','Escacc');
head.appendChild(script1)

script2 = document.createElement('meta');
script2.setAttribute('property','og:type');
script2.setAttribute('content','article');
head.appendChild(script2)

script3 = document.createElement('meta');
script3.setAttribute('property','og:url');
script3.setAttribute('content','http://www.escacc.cat');
head.appendChild(script3)


script4 = document.createElement('meta');
script4.setAttribute('property','og:image');
script4.setAttribute('content','http://www.escacc.cat/docroot/escacc/imgs/logo.gif');
head.appendChild(script4)

script5 = document.createElement('meta');
script5.setAttribute('property','og:site_name');
script5.setAttribute('content','Escacc');
head.appendChild(script5)


script6 = document.createElement('meta');
script6.setAttribute('property','fb:admins');
script6.setAttribute('content','126777270700696');
head.appendChild(script6)
*/

//script7 = document.createElement('script');
//script7.src = '/docroot/escacc/js/jquery.only-tools-1.2.5.min.js';
//script7.type = 'text/javascript';
//head.appendChild(script7) 


script8 = document.createElement('script');
script8.src = '/docroot/escacc/js/flowplayer-3.2.4.min.js';
script8.type = 'text/javascript';
head.appendChild(script8)


//script9 = document.createElement('script');
//script9.src = '/docroot/escacc/js/jquery.tools-1.0.2.min.js';
//script9.type = 'text/javascript';
//head.appendChild(script9)

/* var html = document.getElementsByTagName('html')[0];
html.setAttribute('xmlns:og','http://ogp.me/ns#');
html.setAttribute('xmlns:fb','http://www.facebook.com/2008/fbml'); */







