/*
  Oakwood Creative
  http://oakwood.se
*/

jQuery.fn.cornyfix = function(options) {
  return this.each(function(){
    if( $(this).is('input') === false ){
      $(this).append('<div class="cornyfix topleft"><!-- --></div><div class="cornyfix topright"><!-- --></div><div class="cornyfix bottomleft"><!-- --></div><div class="cornyfix bottomright"><!-- --></div>');
    }
  });
};
