// Scripts
var jsCall= [
	'/js/jquery-1.5.min'
	,'/js/jquery.lazy'
	,'/js/functions'
	,'/js/dom'
	,'http://apis.google.com/js/plusone'
	,'http://platform.linkedin.com/in'
];
for (counter=0; counter < jsCall.length; counter++) { document.write('<script type="text/javascript" charset="utf-8" src="' + jsCall[counter] + '.js"></script>'); }

