var Style = new Object();

Style.change = function ( style ) {
   var current = document.getElementById( 'selector' );

   current.href = style;
}
