window.onload=function(){
Nifty("div#menu a","small transparent top");
var file_name = document.location.href;
var end = (file_name.indexOf("?") == -1) ? file_name.length : file_name.indexOf("?");
if(file_name.substring(file_name.lastIndexOf("/")+1, end) == "contact.html"){
	Nifty("ul#intro li","");
}
else {
	Nifty("ul#intro li","same-height");
	}
Nifty("div.date");
Nifty("div#content,div#side","same-height");
Nifty("div.comments div");
Nifty("div#footer", "bottom top transparent small same-height");
Nifty("div#container","bottom");
}
