	if (textSize==undefined)		{			var textSize='10pt';			}	if (textColor==undefined)		{			var textColor='red';			}		function doNuhn() {}	function getRefToDiv(divID) {		//customised to suit this particular page - DON'T COPY THIS UNLESS YOU KNOW WHAT YOU ARE DOING!!		if( document.layers ) {return document.layers[divID+'C'].document.layers[divID]; }		if( document.getElementById ) {return document.getElementById(divID); }		if( document.all ) { return document.all[divID]; }		if( document[divID+'C'] ) {return document[divID+'C'].document[divID];  }		return false;		}	function rwDiv(divID_as_a_string, newMessage) 		{			var myReference = getRefToDiv(divID_as_a_string);			if( !myReference ) { window.alert('Nothing works in this browser'); return; }			if( myReference.innerHTML ) 				{ 				myReference.innerHTML = newMessage;				}				else 					{						if( myReference.document && myReference.document != window.document ) 							{								myReference.document.open();								myReference.document.write( newMessage);								myReference.document.close();								} 						else 							{								window.alert('Your browser does not allow the contents to be re-written.nI have not implemented an iframe here.nSee my generic re-writable elements example for how this should be done.'); return; 								}						}	}	rwDiv('scwTargetDivProdList','<TABLE width=90% cellpadding=0 cellspacing=5 border=0 style=font-size:'+textSize+';font-family:sans-serif;color:'+textColor+';><TR><TD>Aquatic Exercise Fundamaentals Specialty Certificate</TD><TD align=right><A href=http://scwfitness.com/indexStore.php?showProdCode=hsae style=color:'+textColor+'>Learn More</A></TD></TR><TR><TD>Group Exercise Specialty Certificate</TD><TD align=right><A href=http://scwfitness.com/indexStore.php?showProdCode=HSGE style=color:'+textColor+'>Learn More</A></TD></TR><TR><TD>Moms In Motion Specialty Certificate</TD><TD align=right><A href=http://scwfitness.com/indexStore.php?showProdCode=HSMIM style=color:'+textColor+'>Learn More</A></TD></TR><TR><TD>Personal Training Specialty Certificate</TD><TD align=right><A href=http://scwfitness.com/indexStore.php?showProdCode=HSPT style=color:'+textColor+'>Learn More</A></TD></TR><TR><TD>Pilates Matwork Fundamentals Specialty Certificate</TD><TD align=right><A href=http://scwfitness.com/indexStore.php?showProdCode=HSMF style=color:'+textColor+'>Learn More</A></TD></TR><TR><TD>Pilates Matwork Small Apparatus Specialty Certificate</TD><TD align=right><A href=http://scwfitness.com/indexStore.php?showProdCode=HSSA style=color:'+textColor+'>Learn More</A></TD></TR><TR><TD>Sports Nutrition Specialty Certificate</TD><TD align=right><A href=http://scwfitness.com/indexStore.php?showProdCode=HSSN style=color:'+textColor+'>Learn More</A></TD></TR><TR><TD>Yoga Fundamentals I Specialty Certificate</TD><TD align=right><A href=http://scwfitness.com/indexStore.php?showProdCode=HSYFI style=color:'+textColor+'>Learn More</A></TD></TR><TR><TD>Kids In Motion Specialty Certificate</TD><TD align=right><A href=http://scwfitness.com/indexStore.php?showProdCode=HSKIM style=color:'+textColor+'>Learn More</A></TD></TR><TR><TD>Group Strength Specialty Certificate</TD><TD align=right><A href=http://scwfitness.com/indexStore.php?showProdCode=HSGST style=color:'+textColor+'>Learn More</A></TD></TR><TR><TD>Group Step Specialty Certificate</TD><TD align=right><A href=http://scwfitness.com/indexStore.php?showProdCode=HSGS style=color:'+textColor+'>Learn More</A></TD></TR></TABLE></DIV>');	