﻿function initializeVIEPortalDesktop(){
	document.getElementById('vieAdditional').style.display='none';
	window.status = ".:: kt3w.com ::. ";
	
	if(top.location != document.location)
	{
		alert("Bạn đang mở 'kt3w.com' bằng một frame.\nVui lòng bấm [OK] để mở xem portal thực sự!");
		try { top.location = document.location; }
		catch (e)
		{
			try { parent.location = document.location; }
			catch (e) {}
		}
	}
}

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"));



