// remap jQuery to $
(function($){})(window.jQuery);


/* trigger when page is ready */
$(document).ready(function (){

	// your functions go here
	var tulosSeuranta = function(){
	var image = new Image(1,1);
	image.src = "http://www.googleadservices.com/pagead/conversion/952141129/?value=0&label=_TEFCNf5twMQyYqCxgM&script=0";
	return;
	}
	
});


/* optional triggers

$(window).load(function() {
	
});

$(window).resize(function() {
	
});

*/
