function cambiatarget() {
	for (var l=0; l<document.links.length; l++)
		if (document.links[l].className=="blank") {
			document.links[l].target="_blank";
		}

}
window.onload=cambiatarget;

function flash_it() {
	var number = 2;
	increment = Math.floor(Math.random() * number);
	if (increment == 0) {
		document.write('<object type=\"application/x-shockwave-flash\" data=\"./i/home.swf\" width=\"760\" height=\"239\">');
		document.write('<param name=\"movie\" value=\"./i/home.swf\" /></object>');
	} else {
		document.write('<object type=\"application/x-shockwave-flash\" data=\"./i/home-02.swf\" width=\"760\" height=\"239\">');
		document.write('<param name=\"movie\" value=\"./i/home-02.swf\" /></object>');
	}
}

function flash_en() {
	var number = 2;
	increment = Math.floor(Math.random() * number);
	if (increment == 0) {
		document.write('<object type=\"application/x-shockwave-flash\" data=\"../i/home-eng.swf\" width=\"760\" height=\"239\">');
		document.write('<param name=\"movie\" value=\"../i/home-eng.swf\" /></object>');
	} else {
		document.write('<object type=\"application/x-shockwave-flash\" data=\"../i/home-02-eng.swf\" width=\"760\" height=\"239\">');
		document.write('<param name=\"movie\" value=\"../i/home-02-eng.swf\" /></object>');
	}
}
