else if ($('html').length)
                                    $('html').prepend(tag);
                                else if ($('body').length)
                                    $('body').before(tag);
                                else $.root().prepend(tag);