﻿//-------------------------------------------
// include country selector
//-------------------------------------------

<!--

//input contents to each area
j$.get("/frmv4/uk/en/src/countryselector.html",function(data){
	j$("#headnavi p.lang").after(data);
	Activate_countryselector_action();
});
	
//-->

