//v1.7
// Flash Player Version Detection
// Detect Client Browser type
var x = 10;
function AC_FL_Activations()
{
	var mydate=new Date();
	var month=mydate.getMonth()+1;	
	
	if (month == 10	)
		return true;
	else
		return false;		
}


