top of page
Todd West

Humanities, Liberal Studies / Education

Todd West

Education:

PhD, Northern Illinois University

Professional Experience:

Associate Professor of English / English Department Coordinator, Kishwaukee College; Adjunct English Faculty, Los Angeles Pacific University

Courses Taught

ENG 101, ENG 115

My Passion:

One of my life’s great pleasures is working with motivated students who want to learn and work hard to do so.

Hobbies:

Swimming, running, reading, writing, traveling

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); });