top of page
Wayne D. Norman

Psychology

Wayne D. Norman

Education:

PhD, Washington State University; MS, Washington State University

Professional Experience:

Professor of Psychology, LCC International University; Chair of Psychology, LCC International University; Adjunct Professor, Los Angeles Pacific University.

Courses Taught

APSY 105, APSY 325, APSY 335, APSY 370, APSY 405

My Passion:

For over 40 years I have been helping students to see the interconnections between who they are physically, psychologically, and spiritually.

Hobbies:

Experiencing new cultures

bottom of page
import wixLocation from 'wix-location'; import { session } from 'wix-storage'; $w.onReady(function () { const referrer = session.getItem("referrerUrl") || "Unknown"; const { utm_source = '', utm_campaign = '', utm_term = '', utm_content = '', utm_medium = '' , gclid = '', page_url = wixLocation.url ,referrer_url = referrer} = wixLocation.query; const message = { utm_source: utm_source, utm_campaign: utm_campaign, utm_term: utm_term, utm_content: utm_content, utm_medium: utm_medium, gclid: gclid, page_url: page_url, referrer_url: referrer_url }; // Send message to iframe after a short delay to ensure it loads setTimeout(() => { $w("#formEmbed").postMessage(message); }, 1000); });