$(document).ready(function() {
	var homeswf = $("#home-swf");
	if(homeswf.length > 0) {
		homeswf .flashembed(homeswf.attr("href"));
	}
});
