﻿//initialize parameters if they are not defined
if (wpr_header_name == null) {var wpr_header_name = 'A.M.U.';}
if (wpr_total_font == null) {var wpr_total_font = 'size="2" face="Verdana, Arial, Helvetica, sans-serif" color="666666"';}
if (wpr_total_font_desc == null) {var wpr_total_font_desc  = 'size="2" face="Verdana, Arial, Helvetica, sans-serif" color="666666"';}
if (wpr_total_number == null||wpr_total_number>6) {var wpr_total_number = 5;}
if (wpr_odd_row_color == null) {var wpr_odd_row_color = 'white';}
if (wpr_even_row_color == null) {var wpr_even_row_color = 'white';}
if (wpr_open_in_blank == null) { var wpr_open_in_blank = true;}
if (wpr_table_width == null) {var wpr_table_width = '100%';}
//create an array of headlines
var wpr_headlines = new Array();
var wpr_urls = new Array();
var wpr_description = new Array();

/*


wpr_headlines[1] = 'AMU Enquiry : Intrim Report gives clean chit to VC.........Two Circle';
		wpr_urls[1] = '../pdf/event1709201101.pdf';
		wpr_description[1] = 'The reputation of the Aligarh Muslim University and its functionaries emerged intact......';
	


wpr_headlines[2] = 'CBI enquiry to tarnish the AMU image...... Milli Gazette';
		wpr_urls[2] = '../pdf/event1709201102.pdf';
		wpr_description[2] = "A CBI enquiry has been ordered against the AMU Vice Chancellor Prof. PK Abdul Azis......";			

		
		
			wpr_headlines[3] = 'Introduction of M.P.Ed. Course';
		wpr_urls[3] = '../pdf/event2408201101.pdf';
		wpr_description[3] = "The Vice Chanceller has approved the introduction of M.P.Ed. Courses from the Session 2011-2012.";
			
			
		wpr_headlines[3] = 'An Illegal Attack on University Autonomy ....... The Hindu';
		wpr_urls[3] = 'http://www.thehindu.com/news/national/article2357112.ece?css=print';
		wpr_description[3] = "Eminent historian Irfan Habib and academicians of the Aligarh Muslim University (AMU) have described......";			

		
		*/


wpr_headlines[1] = 'Post Graduate Scholarship';
		wpr_urls[1] = '../pdf/event1212201101.pdf';
		wpr_description[1] = 'King Abdulaziz University, Jeddah, Saudi Arabia is announced Post Graduate Scholarship.....  ';
	


wpr_headlines[2] = 'Admission to M.Phil/Ph.D.Program';
		wpr_urls[2] = '../pdf/event1212201102.pdf';
		wpr_description[2] = "Admission to M.Phil/Ph.D.Program, 2011-2012 for Indian Nationals ";			

		
		
			wpr_headlines[3] = 'Admission to M.Phil/Ph.D.Program';
		wpr_urls[3] = '../pdf/event1212201103.pdf';
		wpr_description[3] = "Admission to M.Phil/Ph.D.Program, 2011-2012 for Foreign Nationals ";





		
		wpr_headlines[4] = 'UGC Higher Education 12th Five Year Plan Document ';
		wpr_urls[4] = 'http://www.amu.ac.in/pdf/event2301201201.pdf';
		wpr_description[4] = 'Inclusive and Qualitative Expension of Higher Education 12th Five Year Plan...... ';



wpr_headlines[5] = 'Vision for quality education takes root....... The Hindu';
		wpr_urls[5] = 'http://www.thehindu.com/todays-paper/tp-features/tp-educationplus/article2311716.ece';
		wpr_description[5] = 'The expansion of the Kerala campus of the Aligarh Muslim University (AMU) seems.....';		

	
/*
wpr_headlines[3] = 'Office Memo';
		wpr_urls[3] = 'http://www.amu.ac.in/pdf/notification23112010.pdf';
		wpr_description[3] = "The Vice-Chancellor has approved the enclosed 'AMU Students' Union (Conduct of Election) Regulations, 2010', visit the students' page for more information";			

*/


/*


       wpr_headlines[4] = 'Notification ';
		wpr_urls[4] = '../pdf/notification071120102.pdf';
		wpr_description[4] = "Comments and suggestions are requested on 'Draft Regulations 2010 to conduct AMU Students' Union Election  '";			




wpr_headlines[5] = 'All India PG Entrace Examination 2010';
	wpr_urls[5] = 'http://www.amu.ac.in/pdf/jnmcpgd.pdf';
		wpr_description[5] = 'Availability of Post Graduate seats in MD/MS/PG Diploma courses under 50 % All India Quota 2010... ' ;		

wpr_headlines[5] = "Vice Chancellor's Appeal";
	wpr_urls[5] = '../pdf/vca08102010.pdf';
		wpr_description[5] = 'AMU Vice Chancellor, Prof. P. K. Abdul Azis has issued an appeal today to the students   ... ' ;		


*/

document.write('<table width="'+wpr_table_width+'" cellpadding="5" cellspacing="0">');
document.write('<TR><TD colspan="2" align="center"><font '+wpr_total_font+' >'+wpr_header_name+'</font></TD></TR>');
for(var z=1;z<=wpr_total_number;z++)
{
	document.write('<TR bgcolor="White"');
	//if (z % 2 == 0){document.write(wpr_even_row_color);}
	//else {document.write(wpr_odd_row_color);}
	document.write('"><TD><a href="'+wpr_urls[z]+'"');
	if (wpr_open_in_blank){document.write(' target="_blank" ');}
	document.write('><font color="Brown" size="2" >'+wpr_headlines[z]+'</font></a><bR><font color="Black" size="2" >'+wpr_description[z]+'</font></TD></TR>');
}

/*
document.write('<tr><td align="right"><font '+wpr_total_font+' >News Headlines Powered by <a href="http://www.amu.ac.in" target="_blank">www.amu.ac.in</a></font></td></tr></table>');
*/

