/* livestrong.js v.1.01
 * written: Sasaki Atsushi <mailto:hm7@mac.com>
 * last modified: 2006-02-19T22:01:26+09:00
 */

ref = document.referrer ;
if(ref.match(/livestrong/i)) {
	window.open('/hm7/words/special/livestrong.html','LIVESTRONG','width=640,height=480,scrollbars=yes,resizable=yes');
}

// EOF
