var fc_headID = document.getElementsByTagName("head")[0];
if(fc_headID){         
	var fc_cssNode = document.createElement('link');
	fc_cssNode.type = 'text/css';
	fc_cssNode.rel = 'stylesheet';
	fc_cssNode.href = '/Fastcat1.2/css/jGo.css';
	fc_cssNode.media = 'screen';
	fc_headID.appendChild(fc_cssNode);
	fc_cssNode = document.createElement('link');
	fc_cssNode.type = 'text/css';
	fc_cssNode.rel = 'stylesheet';
	fc_cssNode.href = '/Fastcat1.2/css/Fastcat.css';
	fc_cssNode.media = 'screen';
	fc_headID.appendChild(fc_cssNode);
	var fc_style = document.createElement('style');
	fc_style.type = 'text/css';
	fc_headID.appendChild(fc_style);
	if (fc_style.styleSheet) {
		fc_style.styleSheet.cssText = fc_dynamicStyles;
	} else {
		var fc_tt1 = document.createTextNode(fc_dynamicStyles);
		fc_style.appendChild(fc_tt1);
	}
}else{
	document.write("<link rel='stylesheet' href='/Fastcat1.2/css/jGo.css' type='text/css'>");
	document.write("<link rel='stylesheet' href='/Fastcat1.2/css/Fastcat.css' type='text/css'>");
	document.write("<style>"+fc_dynamicStyles+"</style>");
}

document.write("<div id='fc_install'><div id='fc_domain' style='display: none;'>none</div><div id='fc_win0' class='jGo_app jGo_myapp jGo_ydsf'></div><div id='fc_win1' class='jGo_app jGo_myapp jGo_ydsf'></div><div id='fc_win2' class='jGo_app jGo_myapp jGo_ydsf'></div>");
if (top==self){
	document.write("<div id='fc_fla' style='position:absolute; top: -30px; left:750px;border:1px solid #aaaaaa'><div  id='fc_flaToggle'>");
	document.write(fc_tag.toString());
	document.write('</div></div>');
}
document.write("</div><div id='fc_hideContent'>");
fc_BrowserDetect.init();
if(fc_preload_images || (fc_BrowserDetect.browser=='Explorer' && (fc_BrowserDetect.version=='5' || fc_BrowserDetect.version=='6'))){
document.write("<DIV style='display:none'><IMG SRC='/Fastcat1.2/Fastcat_Current_Skin/trans.gif'><IMG SRC='/Fastcat1.2/closewindow.gif'><IMG SRC='/Fastcat1.2/Fastcat_Current_Skin/openbutton1.1.2.gif'><IMG SRC='/Fastcat1.2/Fastcat_Current_Skin/name.gif'><IMG SRC='/Fastcat1.2/Fastcat_Current_Skin/password.gif'><IMG SRC='/Fastcat1.2/Fastcat_Current_Skin/onbutton1.1.2.gif'><IMG SRC='/Fastcat1.2/Fastcat_Current_Skin/offbutton1.1.2.gif'><IMG SRC='/Fastcat1.2/Fastcat_Current_Skin/logout1_1_2.gif'><IMG SRC='/Fastcat1.2/Fastcat_Current_Skin/chatelems1.gif'><IMG SRC='/Fastcat1.2/Fastcat_Current_Skin/options.gif'><IMG SRC='/Fastcat1.2/Fastcat_Current_Skin/options2.gif'><IMG SRC='/Fastcat1.2/Fastcat_Current_Skin/closebutton.gif'><IMG SRC='/Fastcat1.2/Fastcat_Current_Skin/sendgroup.gif'><IMG SRC='/Fastcat1.2/Fastcat_Current_Skin/sendpriv.gif'><IMG SRC='/Fastcat1.2/Fastcat_Current_Skin/sendprivu.gif'><IMG SRC='/Fastcat1.2/Fastcat_Current_Skin/rmarrow.gif'><IMG SRC='/Fastcat1.2/Fastcat_Current_Skin/password2.gif'><IMG SRC='/Fastcat1.2/Fastcat_Current_Skin/maxwin.gif'><IMG SRC='/Fastcat1.2/Fastcat_Current_Skin/minwin.gif'><IMG SRC='/Fastcat1.2/Fastcat_Current_Skin/removebutton.gif'><IMG SRC='/Fastcat1.2/Fastcat_Current_Skin/Video.gif'><IMG SRC='/Fastcat1.2/images/avatars/fastcat_0.jpg'></DIV>");
}




