
function changeyear()
{
today = new Date();
year=today.getYear();

 document.write(" جميع الحقوق محفوظة ©  2001 - "+year+"&nbsp;&nbsp;&nbsp;لوزارة العدل -    ");
 document.write("  إدارة الدعم الفنى");

}
function changeyearen()
{
today = new Date();
year=today.getYear();

 document.write(" All Rights Reserved ©  2001 - "+year+"&nbsp;&nbsp;&nbsp;For Ministry of Justice-State of Kuwait   ");



}