/*homepg.js*/
var homepg=new Object();
homepg.reload=function(){};
var homepg_delayedfunctions=new Array(4);
homepg_delayedfunctions[0]= new Array("showSpanCall","messagerss","/rssreader.asp");
homepg_delayedfunctions[1]= new Array("showSpanCall","yaadeinrss","/rssreader.asp?dbtype=yaadein");
homepg_delayedfunctions[2]= new Array("showSpanCall","gbrss","/rssreader.asp?dbtype=gb");
homepg_delayedfunctions[3]=new Array("homepg.assign_images");

homepg.delayedFunctionIndex=0;
homepg.delayedExecute=function()
{
	window.setTimeout("showSpanCall('messagerss','/rssreader.asp')",1000);
	window.setTimeout("showSpanCall('yaadeinrss','/rssreader.asp?dbtype=yaadein')",3000);
	window.setTimeout("showSpanCall('gbrss','/rssreader.asp?dbtype=gb')",5000);
	window.setTimeout("homepg.assign_images()",50);
}
homepg.onload=function(){
	homepg.prefetch();
	homepg.delayedExecute();
}

var image_prefetch=new Array();
homepg.prefetch=function()
{
image_prefetch[1]="http://www.alumniuce.com/images/new.gif";
image_prefetch[2]="http://www.alumniuce.com/images/birthday.gif";
image_prefetch[3]="http://www.alumniuce.com/images/icon_goldcomm.gif";
image_prefetch[4]="http://www.alumniuce.com/images/piggybank.gif";
image_prefetch[5]="http://www.alumniuce.com/images/UCE_logo.gif";
image_prefetch[6]="http://www.alumniuce.com/images/write.gif";
image_prefetch[7]="http://www.alumniuce.com/images/rss_smaller.gif";
image_prefetch[8]="http://www.alumniuce.com/images/refresh.gif";
image_prefetch[9]="http://www.alumniuce.com/images/register_now.gif";
image_prefetch[10]="http://www.alumniuce.com/images/favorites.gif";
image_prefetch[11]="http://www.alumniuce.com/images/homepage.gif";
image_prefetch[12]="http://www.google-analytics.com/__utm.gif?utmwv=1&utmn=146362762&utmcs=windows-1252&utmsr=1280x800&utmsc=32-bit&utmul=en-us&utmje=1&utmfl=9.0&utmdt=Alumni%20Association%2C%20UCE%2C%20Burla&utmhn=www.alumniuce.com&utmr=0&utmp=/index.asp&utmac=UA-454179-1&utmcc=__utma%3D32648174.1026838408.1174404690.1178937453.1178939845.83%3B%2B__utmb%3D32648174%3B%2B__utmc%3D32648174%3B%2B__utmz%3D32648174.1178937689.82.3.utmccn%3D(organic)%7Cutmcsr%3Dgoogle%7Cutmctr%3Dkiran%2Bkumar%2Bpanda%7Cutmcmd%3Dorganic%3B%2B";
image_prefetch[13]="http://ico.freelogs.com/counter/index.php?u=alumniuc&s=small";
};
homepg.assign_images=function(){
if(document.getElementById("imagenewestregistration"))
{
	document.getElementById("imagenewestregistration").src=image_prefetch[1];
}
if(document.getElementById("imagebday")){
document.getElementById("imagebday").src=image_prefetch[2];}
if(document.getElementById("imagehomepgdb")){
document.getElementById("imagehomepgdb").src=image_prefetch[3];}
if(document.getElementById("imagehmpgfund")){
document.getElementById("imagehmpgfund").src=image_prefetch[4];}
if(document.getElementById("imageucelogo")){
document.getElementById("imageucelogo").src=image_prefetch[5];}
if(document.getElementById("imageyaadein")){
document.getElementById("imageyaadein").src=image_prefetch[6];}
if(document.getElementById("imagerss")){
document.getElementById("imagerss").src=image_prefetch[7];}
if(document.getElementById("imagerefresh")){
document.getElementById("imagerefresh").src=image_prefetch[8];}
if(document.getElementById("imageregisternow")){
document.getElementById("imageregisternow").src=image_prefetch[9];}
if(document.getElementById("imageaddtofav")){
document.getElementById("imageaddtofav").src=image_prefetch[10];}
if(document.getElementById("imagesethomepg")){
document.getElementById("imagesethomepg").src=image_prefetch[11];}
if(document.getElementById("imagepagecountlogo")){
document.getElementById("imagepagecountlogo").src=image_prefetch[13];}};
homepg.sethomepage=function(){if(document.all){document.write(" | <img border=\"0\" id=\"imagesethomepg\" width=\"16\" height=\"15\"> ");document.write("<a title=\"Set HomePage\" id=\"homepgshortcut\" href=\"javascript:{document.getElementById('homepgshortcut').style.behavior='url(#default#homepage)';document.getElementById('homepgshortcut').setHomePage(window.location.href);}\">");document.write("Make Home Page</a>");}};homepg.CreateBookmarkLink=function(){title="Alumni Association, UCE, Burla";url="http://www.alumniuce.com";if(window.sidebar){window.sidebar.addPanel(title,url,"");}else{if(window.external){window.external.AddFavorite(url,title);}else{if(window.opera&&window.print){return true;}}}};homepg.addbookmark=function(){if(window.external){document.write("<a title=\"Add to Favorites\" href=\"javascript:homepg.CreateBookmarkLink();\");\">Add to Favorites</a>");}else{if(window.sidebar){document.write("<a title=\"Bookmark this page\" href =\"javascript:homepg.CreateBookmarkLink()\");\">Bookmark Page</a>");}else{if(window.opera&&window.print){document.write("<a title=\"Add Bookmark\" href =\"javascript:homepg.CreateBookmarkLink()\");\">Add Bookmark</a>");}}}};