Orkut Photo Customiser

By Bean Last update Jun 20, 2007 — Installed 1,058 times. Daily Installs: 10, 0, 2, 1, 1, 0, 3, 0, 2, 1, 0, 0, 2, 2, 1, 2, 0, 0, 1, 0, 1, 2, 0, 4, 0, 0, 0, 1, 0, 0, 1, 0
// ==UserScript==
// @name           Orkut Photo Customiser
// @author         Adauto (Portuguese version)
// @author	   Bean (English Version)
// @namespace      http://orkutaddons.blogspot.com/
// @description    It Customizes The Orkut "Who Do You Know?" Photo, as per YOUR NEEDS!!
// @include        http*://www.orkut.com/GLogin.aspx*
// ==/UserScript==

/*
====================================================
How To Use The Script
====================================================

First, host your photos some where, like www.imageshark.us then enter The Photo Links below

*/

//Enter The Photo Links below

fotos = [
       "http://i197.photobucket.com/albums/aa244/beanisback/Gotenkssj4.jpg",
       "http://i197.photobucket.com/albums/aa244/beanisback/gokussj6mini.jpg"
       ];

document.images[3].src=fotos[Math.floor(Math.random()*fotos.length)];