// JavaScript Document
if (tsu_type == 3 || tsu_type == 4 || tsu_type == 5 || tsu_type == 6 || tsu_type == 7 || tsu_type == 8) {
	var link_name = '';
	if (tsu_type == 3) {
		link_name = "Translation Services";
	} else if (tsu_type == 4) {
		link_name = "Spanish Translation";
	} else if (tsu_type == 5) {
		link_name = "French Translation";
	} else if (tsu_type == 6) {
		link_name = "German Translation";
	} else if (tsu_type == 7) {
		link_name = "Japanese Translation";
	} else if (tsu_type == 8) {
		link_name = "Website Translation";
	}
	document.write("<img src=\"http://www.translation-services-usa.com/affiliate/impressions.php?id=" + tsu_user + "&type=" + tsu_type + "\" /><a id=\"tsu_button\" href=\"http://www.translation-services-usa.com/affiliate/affiliate_click.php?id=" + tsu_user + "&type=" + tsu_type + "\">" + link_name + "</a>");
} else {
	document.write("<a id=\"tsu_button\" href=\"http://www.translation-services-usa.com/affiliate/affiliate_click.php?id=" + tsu_user + "&type=" + tsu_type +  "\"><img src=\"http://www.translation-services-usa.com/affiliate/impressions.php?id=" + tsu_user + "&type=" + tsu_type + "\" /></a>");
}
