
// Winter Commercials
//movies = ['ZexChVc-hRY', 'CepyFCxj-gc'];

// Fall Commercials
//movies = ['9p9wYO9kbEM'];

// Summer Commercials
movies = ['dqEFxFsmOfg', 'RUTzjRZPUNc', 'YVpGwddn9DY'];

for(i = 0; i < movies.length; i++)
{
	swfobject.embedSWF('http://www.youtube.com/v/'+movies[i], 'ad'+(i + 1), '425', '344', '7', false, {},
		{allowFullScreen: 'true', allowscriptaccess: 'always'}, {});
}
