/****************************************
Auto Script Hosting Tool by Mwr247, for BigBoards
http://bigboardsresources.com/
****************************************/

<!--
/*
Change Post Icons
A modification of:

Remove post images v1 for iF
Please keep this header intact
Author(s): Unknown12 with some help from webworldx
Site: http://fire.goldstar-host.co.uk
*/

var old_image=new Array();
old_image[0]="http://209.85.48.10/style_images/1/icon1.gif"
old_image[1]="http://209.85.48.10/style_images/1/icon2.gif"
old_image[2]="http://209.85.48.10/style_images/1/icon3.gif"
old_image[3]="http://209.85.48.10/style_images/1/icon4.gif"
old_image[4]="http://209.85.48.10/style_images/1/icon5.gif"
old_image[5]="http://209.85.48.10/style_images/1/icon6.gif"
old_image[6]="http://209.85.48.10/style_images/1/icon7.gif"
old_image[7]="http://209.85.48.10/style_images/1/icon8.gif"
old_image[8]="http://209.85.48.10/style_images/1/icon9.gif"
old_image[9]="http://209.85.48.10/style_images/1/icon10.gif"
old_image[10]="http://209.85.48.10/style_images/1/icon11.gif"
old_image[11]="http://209.85.48.10/style_images/1/icon12.gif"
old_image[12]="http://209.85.48.10/style_images/1/icon13.gif"
old_image[13]="http://209.85.48.10/style_images/1/icon14.gif"

var new_image=new Array();
new_image[0]="http://www.pokemonelite2000.com/rsitem086.png"
new_image[1]="http://img214.imageshack.us/img214/3520/silverhy9.png"
new_image[2]="http://img261.imageshack.us/img261/2646/suredc0.png"
new_image[3]="http://img214.imageshack.us/img214/4098/noqr3.png"
new_image[4]="http://img337.imageshack.us/img337/1604/recolorphpkx6.png"
new_image[5]="http://img184.imageshack.us/img184/3332/seedpy7.png"
new_image[6]="http://pokemonelite2000.com/rsitem209.png"
new_image[7]="http://www.pokemonelite2000.com/rsitem282.png"
new_image[8]="http://www.pokemonelite2000.com/rsitem088.png"
new_image[9]="http://www.pokemonelite2000.com/rsitem097.png"
new_image[10]="http://www.pokemonelite2000.com/rsitem094.png"

for (i=0;i<document.images.length;i++){
for (j=0;j<old_image.length;j++){
if (document.images[i].src==old_image[j]){
document.images[i].src=new_image[j]
}}}
-->