@Description: Adds a className to the sb.element, using this methods sb.element instances can have multiple classNames
@File: Element/prototype/setAttributes.js
@Param: String c The classname to add
@Return: returns itself
@Example:myElement.setAttributes({friend : 'tim', name : 'joe'});
<myElement friend="tim" name="joe">