// JavaScript Document
<!--
/*window.addEvent('domready', function(){
$('tip1').store('tip:title', 'Multi Sensory Language and Literacy');
$('tip1').store('tip:text', 'Product Description Here...');

$('tip2').store('tip:title', 'Music and Rhythm Experiences');
$('tip2').store('tip:text', 'Product Description Here...');

$('tip3').store('tip:title', 'Breaking Up is Hard to Do');
$('tip3').store('tip:text', 'Product Description Here...');

$('tip4').store('tip:title', 'Positive Parent Communication');
$('tip4').store('tip:text', 'Product Description Here...');

$('tip5').store('tip:title', 'Multi Sensory Math for Preschoolers');
$('tip5').store('tip:text', 'Product Description Here...');

$('tip6').store('tip:title', 'Address Your Stress');
$('tip6').store('tip:text', 'Product Description Here...');

$('tip7').store('tip:title', 'Curriculum Ideas and Community Resources');
$('tip7').store('tip:text', 'Product Description Here...');

$('tip8').store('tip:title', 'Promoting Positive Behavior');
$('tip8').store('tip:text', 'Product Description Here...');

$('tip9').store('tip:title', 'Child and Sexual Abuse Awareness');
$('tip9').store('tip:text', 'Product Description Here...');
});
*/