// JavaScript Document
//
//
//
function set_html_title(t){
	document.title = "Ununtitled / "+t;
	window.status = "Ununtitled / "+t;
	//return false;
}
/*function set_permalink(p){
	window.location = p
}*/
//
//
//
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
try {
var pageTracker = _gat._getTracker("UA-1132248-10");
pageTracker._trackPageview();
} catch(err) {}




