//yhteystiedot-sivun form
function contactFormCheckMe() {
	if(
		document.getElementById('nimi').value == "" ||
		document.getElementById('puhelin').value == "" ||
		document.getElementById('sposti').value == "" ||
		document.getElementById('asia').value == ""
		) {
		alert("Täytähän kaikki vaaditut kentät");
	}
	else {
		document.getElementById('contactForm').submit();
	}
}

var basePath = "http://" + location.host + "/userfiles/flash/" + location.href.split("/")[4];

// swf object init
var flashvars = {
	"xmlLocation": basePath + "/slideshow-data.xml"
};
var params = {
wmode: "transparent",
allowScriptAccess: "always"
};
var attributes = {};
swfobject.embedSWF(basePath + "/slideshow.swf", "flashFile", "680", "435", "9.0.0", false, flashvars, params, attributes);

$j(document).ready(function() {
	
	if($j('#subMenu') != "null") {
		if($j('#subMenu').text() != "") {
			$j('nav#subMenu').css( { marginBottom: '20px', paddingTop: '10px', paddingBottom: '10px' });
		}
	}

	$j('a[class|=anchor]').css({
		display: 'block',
		position: 'absolute',
		marginTop: '-70px',
		height: '0',
	});
	
	// init cms
	cms.initialize();
	
});

<!--GOOGLE ANALYTICS-->
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-12668342-22']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

