function tips() {
	num = Math.floor(Math.random() * 12);
var tip;
	switch (num) {
		case 0: // Plan Books
tip = '<p>Can I create a unit of study using SAS<sup class="small">&reg;</sup> Curriculum Pathways<sup class="small">&reg;</sup> resources?</p>';
tip +='<p>See Plan Books for sample units in each discipline.</p>';
tip +='<a class="tip" href="javascript:MM_openBrWindow(\'/community/classroom/global/english/englshPB.html\',\'englshPB\',\'width=750,height=450,top=50,left=50\')">English</a><br>';
tip +='<a class="tip" href="javascript:MM_openBrWindow(\'/community/classroom/global/algebra/mathPB.html\',\'mathPB\',\'width=750,height=450,top=50,left=50\')">Math</a><br>';
tip +='<a class="tip" href="javascript:MM_openBrWindow(\'/community/classroom/global/science/sciencePB.html\',\'sciencePB\',\'width=750,height=450,top=50,left=50\')">Science</a><br>';
tip +='<a class="tip" href="javascript:MM_openBrWindow(\'/community/classroom/global/social_studies/socialstudiesPB.html\',\'socialstudiesPB\',\'width=750,height=450,top=50,left=50\')">Social Studies</a><br>';
tip +='<a class="tip" href="javascript:MM_openBrWindow(\'/community/classroom/global/spanish/spanishPB.html\',\'spanishPB\',\'width=750,height=450,top=50,left=50\')">Spanish</a>';
		break;
		
		
		case  1: // Case Study: SAS inSchool and East Carteret High School
tip = '<p>Does SAS Curriculum Pathways work in schools with minimal access to technology?</p>';
tip += '<p>See <a class="tip" href="javascript: MM_openBrWindow(\'/community/practices/pages/cs_east_carteret.shtml\',\'cs_east_carteret\',\'width=600,height=500,top=50,left=50,scrollbars=yes,menubar=yes,resizable=yes\')">Case Study: SAS inSchool and East Carteret High School</a> for the story of how a small rural high school made it work.</p>';
		break;
		
		
		case 2: // Research Basis
tip = '<p>What is the research basis of SAS Curriculum Pathways? </p>';
tip += '<p>See <a class="tip" href="/community/practices/pages/research.shtml">Research Basis</a> for a discussion of the rationale for CP. </p>';
		break;
		
		
		case 3:		// Best Practice Videos
tip = '<p>How have other teachers used SAS Curriculum Pathways in their classrooms? </p>';
tip += '<p>See <a class="tip" href="/community/practices/pages/classroom.shtml">Best Practice Videos</a> for teachers and their students discussing how they use our materials.</p>';
		break; 

		case 4: // Best Practice 
tip = '<p>How do students respond to SAS Curriculum Pathways resources?</p>';
tip += '<p>See <a class="tip" href="/community/practices/pages/classroom.shtml">Best Practice Videos</a> for student responses to using our materials.</p>';
		break;


		case 5: // Pathways At A Glance 
tip = '<p>Is there a list of all resources in my subject area?</p>';
tip += '<p>See SAS Curriculum Pathways At A Glance discipline-specific documents.</p>';
tip += '<a class="tip" href="javascript:acrobatPluginCheck(\'/products/pages/pdfs/english_web_pag.pdf\')">English</a><br>';
tip += '<a class="tip" href="javascript:acrobatPluginCheck(\'/products/pages/pdfs/socialStudies_web_pag.pdf\')">Social Studies</a><br>';
tip += '<a class="tip" href="javascript:acrobatPluginCheck(\'/products/pages/pdfs/science_web_pag.pdf\')">Science</a><br>';
tip += '<a class="tip" href="javascript:acrobatPluginCheck(\'/products/pages/pdfs/math_web_pag.pdf\')">Mathematics</a><br>';
tip += '<a class="tip" href="javascript:acrobatPluginCheck(\'/products/pages/pdfs/spanish_.pdf\')">Spanish</a>';
		break;

		case 6: // Reference Library
tip = '<p>Where can I find resources on rubrics, electronic portfolios, and graphic organizers?</p>';
tip += '<p>See <a class="tip" href="/community/library/">Reference Library</a> for Web Resources on those topics.</p>';
		break;

		case 7: // Reference Library
tip = '<p>Using SAS Curriculum Pathways, I find good data for my math lessons. How do I export data from the Internet?</p>';
tip += '<p>See <a class="tip" href="/community/library/">Reference Library</a> for a tutorial on exporting data.</p>';
		break;

		case 8: // Reference Library
tip = '<p>Where can I send my students for information on citing sources?</p>';
tip += '<p>See <a class="tip" href="/community/library/">Reference Library</a> for Web Resources: Copyright Issues or Tutorials: Citing Sources. </p>';
		break;

		case 9: // Copyright Issues
tip = '<p>What are the copyright rules for using Internet resources?</p>';
tip += '<p>See <a class="tip" href="/community/library/pages/copyIssues.shtml">Copyright Issues</a> for a list of web sites addressing fair use of Internet resources. </p>';
		break;


		case 10: // Plagiarism
tip = '<p>How do I help my student avoid plagiarism when using Internet sites for research?</p>';
tip += '<p>See <a class="tip" href="/community/library/pages/plagiarism.shtml">Plagiarism</a> for a list of web sites addressing how to avoid plagiarism on the web. </p>';
		break;


		case 11: // Citing Online Sources
tip = '<p>How should students cite Internet sources in their research assignments?</p>';
tip += '<p>See <a class="tip" href="/community/library/pages/citedSources.shtml">Citing Online Sources</a> for a list of web sites that explain citation rules.</p>';
		break;


		case 12: // Printable Bookmarks
tip = '<p>Is there a printable reminder of resources I want to use for my textbook or lesson planner?</p>';
tip += '<p>See <a class="tip" href="javascript:acrobatPluginCheck(\'/support/pages/pdf/sasinschool_reminder.pdf\')">Printable Bookmarks</a>';
tip += 'and <a class="tip" href="/community/classroom/pages/connection.shtml">SAS Curriculum Pathways Connections</a> under Utilities on the <a href="/community/classroom/">Curriculum Integration</a> page. </p>';
		break;

		case 13: // Preparing for Class
tip = '<p>What steps should I take before using a SAS Curriculum Pathways lesson or activity with students?</p>';
tip += '<p>See <a class="tip" href="/community/classroom/pages/preparing_for_classroom_use.shtml">Preparing for Class</a> for a check list to ensure you are ready. </p>';
		break;		
	}

var newTip = document.createTextNode(tip);
	document.getElementById('featuredTip').innerHTML = tip;
	}