d = new Array();

d["home"] = "plan-cul.org.easy-rencontres.com";

d[0] = "plan-cul.org.love.easy-rencontres.com";
d[1] = "plan-cul.org.sexy.easy-rencontres.com";
d[2] = "plan-cul.org.gay.easy-rencontres.com";

fl = new Array();

fl["home"] = "plan-cul.org.easy-rencontres.com";

fl[0] = "plan-cul.org.love.easy-rencontres.com";
fl[1] = "plan-cul.org.sexy.easy-rencontres.com";
fl[2] = "plan-cul.org.gay.easy-rencontres.com";


function chAction(formId, obj) {

	if(obj.tagName == 'INPUT')
	{
		if(!obj.checked) return;
	}
	else if(!obj.value.length) return;
	
	document.getElementById(formId).action = 'http://' + fl[obj.value] + '/login.php';
}



