
<!-- preload images for button and screen rollovers -->

    scr = new Image(124,110);
    scr.src = "images/monitor.gif";
    
    but1 = new Image(124,25);
    but1.src = "images/ebay.gif";
    but1r = new Image(124,25);
    but1r.src = "images/ebayr.gif";
    
    scr1 = new Image(124,110);
    scr1.src = "images/monitorebay.gif";
    
    but2 = new Image(124,25);
    but2.src = "images/howto.gif";
    but2r = new Image(124,25);
    but2r.src = "images/howtor.gif";
    
    scr2 = new Image(124,110);
    scr2.src = "images/monitorhow.gif";
    
    but3 = new Image(124,25);
    but3.src = "images/internet.gif";
    but3r = new Image(124,25);
    but3r.src = "images/internetr.gif";
    
    scr3 = new Image(124,110);
    scr3.src = "images/monitorinter.gif";
    
    but4 = new Image(124,25);
    but4.src = "images/marketing.gif";
    but4r = new Image(124,25);
    but4r.src = "images/marketingr.gif";
    
    scr4 = new Image(124,110);
    scr4.src = "images/monitormark.gif";
    
    but5 = new Image(124,25);
    but5.src = "images/misc.gif";
    but5r = new Image(124,25);
    but5r.src = "images/miscr.gif";
    
    scr5 = new Image(124,110);
    scr5.src = "images/monitormisc.gif";
    
    but6 = new Image(124,25);
    but6.src = "images/affiliate.gif";
    but6r = new Image(124,25);
    but6r.src = "images/affiliater.gif";
    
    scr6 = new Image(124,110);
    scr6.src = "images/monitoraff.gif";

    but7 = new Image(124,25);
    but7.src = "images/services.gif";
    but7r = new Image(124,25);
    but7r.src = "images/servicesr.gif";

    scr7 = new Image(124,25);
    scr7.src = "images/monitorserv.gif";
    
    home = new Image();
    home.src = "images/home.gif";
    homer = new Image();
    homer.src = "images/homer.gif";
    
    credit = new Image(10,300);
    credit.src = "images/credits.gif";
    creditw = new Image(10,300);
    creditw.src = "images/creditsw.gif";
    
    

<!-- functions for rollovers -->

function button(img_name,img_src) {
document[img_name].src=img_src;
}
function screen(img_name,img_src) {
document[img_name].src=img_src;
}


<!-- status bar effects -->

wel = "Welcome to 'Work From Home' - Home Based Business Opportunities!";
bay = "Make a full time income with your own eBay auctions!";
howto = "'How To' Information is a TOP Seller - Sell your choice of How To eBooks!";
int = "Start Your Own Profitable Internet Business on a Shoe String budget!";
mar = "Internet marketing - Discover the tools, tips, and tricks that the 'Big Boys' use!";
mis = "Money making 'Work From Home' business opportunities you can work offline!";
affil = "Start your own 'Online Mall' offering Name Brand products and services!";
credit = "Get your own Custom Built Website from websingold.com";
ret = "Return to the main Work From Home page";
servi = "Services to Help You With Your Home Based Business";
link1e = "The Silent Sales Machine Hiding on eBay";
link2e = "Secrets of Earning a Living on eBay";
link3e = "Learn the Secrets to Success on eBay";
link4e = "How to Make Tons Of Money On eBay";
link1h = "Money Making Resources For Home Businesses";
link2h = "How to Generate a Lifetime of Unlimited Wealth";
link3h = "Sell eBooks and earn 100% commission";
link4h = "Free to sell ebooks, you keep every cent you make";
link5h = "The War-Report... Where the Guru's Get Their Ideas";
link1i = "Money making Web Sites Without Spending A Fortune";
link2i = "A Profitable Internet Business on a Shoe String budget";
link3i = "Everything you need to start and promote your own web based business";
link4i = "Earn A Good Living Online with the #1 How-To Course On The Internet";
link1m = "1 Million FREE Visitors on Your Website";
link2m = "Increase Your Sales by 1200% GUARANTEED";
link3m = "Discover a Simple, Easy to Follow Marketing System";
link4m = "Ultimate Guide To Incentives and Promotion";
link5m = "How To Get THOUSANDS of Other People Selling Your Product";
link1j = "Conduct Your Own Investigations of Anyone";
link2j = "Home Owners Search for House Sitters";
link3j = "Searchable Job Bank with Lifetime Access";
link4j = "Discover a Secret Home Based Business";
link5j = "Earn Money Even While You Sleep";
link6j = "Get A FREE New Car Plus Get Paid";
link1a = "Earn Money by Selling Drugs";
link2a = "Offer Unsecured Credit Cards";
link3a = "America's Note Network Program";
link4a = "New Century Mortgage Corporation";
link5a = "Spree - Cash Back Connection";
link6a = "Ingold.net - Easy Solutions To Busy Lifestyles";
link7a = "Stay Home and Make Money on the Internet";
link1s = "A Web Hosting Breakthrough - Get the Full Package for Half the Price others charge";
link2s = "Guaranteed Unsecured Credit Cards - VISA & MasterCard Regardless of Credit History";
link3s = "High Quality Low Rate Long Distance - 3.89 Cents a Minute 24/7 - No Sign-Up Fees or Contracts";
link4s = "Hear Who is Calling While You are Online - Get the FREE Internet Answering Machine";
link5s = "Enjoy a Super-Fast Internet Connection that is Amazingly Easy to Setup and Fun to Use!";

<!-- no right click -->

function noRightClick() {
if (event.button==2) {
alert('The Right Click function has been disabled!\nFor information on the images or source code\ncontact the webmaster@websingold.com\n----- ALL RIGHTS RESERVED -----')
}
}
document.onmousedown=noRightClick
