// JavaScript Document

	var agt=navigator.userAgent.toLowerCase();
    var isIE6    = (agt.indexOf('msie 6.')!=-1);
    var isIE7    = (agt.indexOf("msie 7.")!=-1);
if (isIE6) {
		document.write("<link href=\"http://www.clubpiranha.ro/forum/ie6.css\" rel=\"stylesheet\" type=\"text/css\" title=\"Default\" />");
}