﻿switch (MyCategory)
{
	case "الارض والشعب":
	    document.write( MyTit)
	break
	case "السياسة":
	    document.write( MyTit)
	break
	case "الاقتصاد":
	    document.write( MyTit)
	break
	case "سياحة":
	    document.write( MyTit)
	break
		case "ثقافه وفنون":
	    document.write( MyTit)
	break

	case "التاريخ":
	    document.write( MyTit)
	break

	case "المجتمع":
	    document.write( MyTit)
	break

	case "المرأه":
	    document.write( MyTit)
	break

	case "الاصدارات":
	    document.write( MyTit)
	break

	case "صوت و فيديو":
		document.write('<img src="/Ar/Common/Images/Body_Audio&Video.gif">')
	break

	case "مواقع أخرى":
		document.write('<img src="/Ar/Common/Images/Body_Links.gif">')
	
	break
	
	case "من نحن":
	    document.write( MyTit)
	break
	
	default:
		document.write('<img src="/Ar/Common/Images/Body_Welcome.gif">')
}