// JavaScript Document - Fraiser Therapy Session Page - Roz and Dr. Crane Statements

var introDr = 'This is Doctor Frasier Crane, ';

var nameA = [ 
'Welcome to the show caller!  Please type your name in the box below'+
		' and hit the "Send Caller Response" button.\n\n',
'Oh, you want to be anonymous, huh?  I don\'t blame you, he can be a real pain!\n\n'+
		'Frasier, we have a ',
'You didn\'t have to enter some junk, well... OK. \n\n',
'Let\'s try this again, OK?  Please type in your name in the box below'+
     ' and hit the "Send Caller Response" button.\n\n'  
]

 var s2 = ' on the line from Cyberspace.  ';
 var sEnd = '.  What is your problem, how can I help you?   I\'m Listening!';
 var msgE = 'Please say something!  I really do want to help you and I can\'t help you'+
	           ' if you don\'t say something!\n\nI\'m Listening';
 var msgE1 = 'I sense some repression going on here.  You must talk to release your anal aggressions, ';
 
 var startA = [
 'Good lord!', 'I beg your pardon?', 'Ah, ha I see.', 'Go on.', 'I see.',
 'I can see why you may feel that way.', 'Hum ...', 'Well that\'s interesting!'
]

 
 var endA = [
 'Tell me more,',																
 'I\'m Listening,',																
 'But why do you feel that way,',													
 'That reminds me of an experience I once had.  Yes, my friend we are all made '+	
 			'more or less from the same mold.  Give or take, ah yes.  Go on,',
 'I hate to interrupt you but, do you record my shows?  If so I am looking for a '+	
 			'copy of show number 1027 and I was just wondering if you had a copy.  '+
			'I\'m sorry, did I mention this earlier in the the show?  I can\'t remember.  '+
			'Anyways, please continue,',
  'Please explain,',												
 'And how long have you felt that way,',							
 'Please go on, ',
 'You have a lovely voice. Please continue.'
] 
 
 
var rozA = [
 'Oh, brother!  Here we go again!', 
 'Yea right.  Fraz, if the caller\'s a man, ask him if he\'s married.', 
 'Oh yea Fraz, that\'s really meaningful!', 
 'Whatever!  Earth to Frasier .... Earth to Frasier.', 
 'I don\'t believe this!',
 'Gee Fraz, I\'m sure THAT will help a lot!', 
 'You know caller, he\'s a real egghead. And I don\'t mean that in a good way.',
 'OK!?!  Ya really need a PH ... whatever to know that!'
  ]





