
function OpenOnlineLearningSurvey()
{
	
	var currentUrl=window.location.href.toLowerCase();
	
	
	
	if (currentUrl.indexOf("onlinelearningcourse.aspx")>=0 || currentUrl.indexOf("book.html")>=0)
	{
			//alert("exiting onlinelearningcourse");
			/*
			The following code is taken from the <script src="http://www.surveymonkey.com/jsPop.aspx?sm=sx8HHJNBKhUHVSQ3ZWz8Vg_3d_3d"> </script>; provided by PDFA.
		*/
		
		window.open('http://www.surveymonkey.com/jsPopInvite.aspx?sm=sx8HHJNBKhUHVSQ3ZWz8Vg%3d%3d', 'win', 'height=170,width=300,scrollbars=yes,resizable=yes,status=yes')
	
	}
	
	
		
}