/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

window.onload = oxidonload;
function oxidonload(){
	//oxidflashcomponents('tx-datamintsoxidintegration-pi1');
}

function oxidflashcomponents(cl){
$("." + cl).fadeTo(200,0.1,function(){$(this).fadeTo(200,1)});
}
