﻿	function setAttributes(id) {
		var attributes = {
			"id"		:	id,
			"class"		: 	"flashCont"
		};
		return attributes;
	}

