// ==UserScript==
// @name	Ironman Orkut Theme 01
// @namespace     http://www.orkut.co.in/Community.aspx?cmm=52703250
// @description	For more cool Orkut themes, visit http://www.funmastiunlimited.com
// @author	Fun Masti Unlimited
// @homepage	http://www.funmastiunlimited.com
// @include	http://*.orkut.*/*
// ==/UserScript==
(function() {
     function do_widen(id, min) {
         var container = document.getElementById(id);
         if (!container)
             return;
         if (min)
             container.style.minWidth = min;
     }
     try {
     do_widen("headerin", "99%");
     do_widen("container", "99%");
     } catch (e) {
         GM_log( 'Orkut99percent exception: ' + e );
		 //alert(e);
		}
    
})();
var css = "body{background-position: center center;background-attachment: fixed;background-image: url(\"http://funmastiunlimited.com/wp-content/uploads/orkut-themes/bg-images/OT-Ironman-01.jpg\") !important;}*{background: transparent !important;color: white !important;}";if (typeof GM_addStyle != "undefined") {	GM_addStyle(css);} else if (typeof addStyle != "undefined") {	addStyle(css);} else {	var heads = document.getElementsByTagName("head");	if (heads.length > 0) {		var node = document.createElement("style");		node.type = "text/css";		node.appendChild(document.createTextNode(css));		heads[0].appendChild(node); 	}}	var td=document.getElementsByTagName("ul")[1];	td.innerHTML+="<li>&nbsp;|&nbsp;</li><li><a href=\"http://www.funmastiunlimited.com/category/orkut-themes/\">Orkut Themes</a>&nbsp;|&nbsp;</li>";	var td=document.getElementsByTagName("ul")[1];	td.innerHTML+="<li><a href=\"http://www.funmastiunlimited.com\">Fun Masti Unlimited</a></li>";