// JavaScript Document
function insertMarquee(div_id)
{
	var m = new DnyandeepMarquee();
	m.height = 16;
	m.scrollAmount = 5;
	m.width = 720;
	m.insertInto(div_id, '<a href="pdf\'s/JobAdvertisement.pdf" target="_blank">Applications are invited for the post of lecturers</a>');
}
