// JavaScript Document
// Website files designed and built by Bewebsmart UK Designs, 2008
// This file is copyright and Bewebsmart is a UK registered trademark

// Set Global Variables for the Website

	
// Variables for AddMailAddress and AddMailAddress2 function
var mail_prefix = "info";
var mail_suffix = "thematchboxforum.co.uk";
// Variable for Text based URL (as appears on web page)
var mail_url_text = "email";
var mail_url_title = "Click to email The Matchbox Forum";
var mail_url_text2 = "info@thematchboxforum.co.uk";	


// Variables for MailAFriend and MailAFriendIMG functions
var mailafriendSubject = 'Interesting Web Page from The Matchbox Forum Auction website'; 
var mailafriendTitle = 'Email this website to a friend';
var mailafriendBody    = 'Hi, this might interest you: ' + location.href; 
var mailafriendDisplay = 'Email this page to a friend';

// Variables for MailAFriendIMG function
var mailafriendIMG = '<img src="images/mfa_email_a_friend.jpg" alt="email to a friend" />';

// End of Javascript File
