// Image Hover js si

function srcChanger(that, sign)
{
	if(that.src.indexOf('_h.jpg') == -1 && sign == 1)
		that.src = that.src.replace(/\.jpg/g, "_h.jpg");

	else
		that.src  = that.src.replace(/\_h.jpg/g, ".jpg");
		
	if(that.src.indexOf('_h.png') == -1 && sign == 1)
		that.src = that.src.replace(/\.png/g, "_h.png");

	else
		that.src  = that.src.replace(/\_h.png/g, ".png");
}

// Cufon js si
Cufon.replace("h1", { textShadow: '#fff 1px 1px' });
Cufon.replace("h2", { textShadow: '#fff 1px 1px' });
Cufon.replace("h3", {textShadow: '#fff 1px 1px'});

//		var flashvars = {};
//		flashvars.xml = "cuber/config.xml";
//		flashvars.font = "font.swf";
//		var attributes = {};
//		attributes.wmode = "transparent";
//		attributes.id = "slider";
//		swfobject.embedSWF("cuber/cu3er.swf", "cu3er-container", "510", "200", "9", "expressInstall.swf", flashvars, attributes);

