// JavaScript Document
// Author: Yvonne Wilhelmi, IMD315, Assignment 2
// 9/9/2010
//Animate heading

$("#indpageheading1").animate(
							 
	{ 
	
    width: "100%",
	
    fontSize: "2.3em", 
  
    }, 
	2500);



