// AJAX INIT
function $$$(id) {
	return document.getElementById(id);
}
function khoitao_ajax()
{
	var x;
	try 
	{
		x	=	new ActiveXObject("Msxml2.XMLHTTP");
	}
	catch(e)
	{
    	try 
		{
			x	=	new ActiveXObject("Microsoft.XMLHTTP");
		}
		catch(f) { x	=	null; }
  	}
	if	((!x)&&(typeof XMLHttpRequest!="undefined"))
	{
		x=new XMLHttpRequest();
  	}
	return  x;
}
function	Forward(url)
{
	window.location.href = url;
}
function	_postback()
{
	return void(1);
}
$(function(){
   Cufon.replace('h1.title', {color: '-linear-gradient(#d5a61c, #d5a61c)'}); 
   Cufon.replace('h1.hd_title', {color: '-linear-gradient(#d5a61c, #d5a61c)'}); 
});
$(document).ready(function()
{	
jQuery(function(){
	jQuery('ul.jsddm').superfish();
});
});
