$(document).ready(function(){
			
			var modeChangeText = "";
			defaultArticleDisplay();
			
			//VISA ONLY
			$("#btnVisa").hover(function(){
				//Over
				//If is not onPress then.
				if($("#changemode").html() != "images/visa-p.png"){
					$("#btnVisa").find("img").attr({src: "images/visa-m.png"});//change to M stage once it is mouseover
				}
				$("#btnVisa").click(function(){
					var text = new Array();
					text[0] = '<img src="images/visa-logo.png" />&nbsp;<img src="images/mastercard-logo.png" />';
					text[1] = "Visa<br />Mastercard";
					text[2] = "Instant";
					text[3] = " ";
					text[4] = "International <br /> $ &#8364; &pound; CAD";
					changemode($(this)); //once it is click then swtich the state.
					insertContentToNode(text);
					$("#deposit-method-long-desc").load("includes/deposit-text-descriptions/visacard.php");
					return false; //This is to prevent the page jump to the top with appended # on top of URL
				});
			},function(){
				//Out
				if($("#changemode").html() != "images/visa-p.png"){
					$("#btnVisa").find("img").attr({src: "images/visa.png"});
				}
			});
			
			
			
			//NETELLER ONLY
			$("#btnNeteller").hover(function(){
				//Over
				//If is not onPress then.
				if($("#changemode").html() != "images/neteller-p.png"){
					$("#btnNeteller").find("img").attr({src: "images/neteller-m.png"});//change to M stage once it is mouseover
				}
				$("#btnNeteller").click(function(){
					var text = new Array();
					text[0] = '<img src="images/neteller-logo.png" />';
					text[1] = "Visa,EFT<br />Bank Wire<br />Internet Banking<br />";
					text[2] = "Instant";
					text[3] = '15% <br /><a href="http://www.clubhollywood.com/bonus-terms.html">Bonus Details</a>';
					text[4] = "International <br /> $ &#8364; &pound; CAD";
					changemode($(this)); //once it is click then swtich the state.
					insertContentToNode(text);
					$("#deposit-method-long-desc").load("includes/deposit-text-descriptions/neteller.php");
					return false; //This is to prevent the page jump to the top with appended # on top of URL
				});
			},function(){
				//Out
				if($("#changemode").html() != "images/neteller-p.png"){
					$("#btnNeteller").find("img").attr({src: "images/neteller.png"});
				}
			});
			
			
			
			
			
		
			//MASTERCARD ONLY
			$("#btnMasterCard").hover(function(){
				
				//Over
				if($("#changemode").html() != "images/mastercard-p.png"){
					$("#btnMasterCard").find("img").attr({src: "images/mastercard-m.png"});
				}
				
				$("#btnMasterCard").click(function(){
					var text = new Array();
					text[0] = '<img src="images/visa-logo.png" />&nbsp;<img src="images/mastercard-logo.png" />';
					text[1] = "Visa<br />Mastercard";
					text[2] = "Instant";
					text[3] = " ";
					text[4] = "International <br /> $ &#8364; &pound; CAD";
					changemode($(this)); //once it is click then swtich the state.
					insertContentToNode(text);
					$("#deposit-method-long-desc").load("includes/deposit-text-descriptions/mastercard.php");
					return false; //This is to prevent the page jump to the top with appended # on top of URL
				});
			},function(){
				//Out
				if($("#changemode").html() != "images/mastercard-p.png"){
					$("#btnMasterCard").find("img").attr({src: "images/mastercard.png"});
				}
			});
	
			
			
			
			//MONEYBOOKERS ONLY
			$("#btnMoneyBookers").hover(function(){
				
				//Over
				if($("#changemode").html() != "images/moneybookers-p.png"){
					$("#btnMoneyBookers").find("img").attr({src: "images/moneybookers-m.png"});
				}
	
					$("#btnMoneyBookers").click(function(){
						var text = new Array();
						text[0] = '<img src="images/moneybookers-logo.png" />';
						text[1] = "";
						text[2] = "Instant";
						text[3] = "15%<br /><a href=\"http://www.clubhollywood.com/bonus-terms.html\">Bonus Details</a>";
						text[4] = "International <br />$ &#8364; &pound; CAD";
						changemode($(this)); //once it is click then swtich the state.
						insertContentToNode(text);
						$.post("includes/deposit-text-descriptions/moneybookers.php",function(data){displayDepositContent(data)});
						return false; //This is to prevent the page jump to the top with appended # on top of URL
					});
				},function(){
					//Out
					if($("#changemode").html() != "images/moneybookers-p.png"){
						$("#btnMoneyBookers").find("img").attr({src: "images/moneybookers.png"});
					}
			});	
			
			
			
			
			
			
			//Click 2 Pay ONLY
			$("#btnClick2Pay").hover(function(){
				//Out
				if($("#changemode").html() != "images/click2pay-p.png"){
					$("#btnClick2Pay").find("img").attr({src: "images/click2pay-m.png"});
				}
				$("#btnClick2Pay").click(function(){
					var text = new Array();
					text[0] = '<img src="images/click2pay-logo.png" />';
					text[1] = "";
					text[2] = "Instant";
					text[3] = "15%<br /><a href=\"http://www.clubhollywood.com/bonus-terms.html\">Bonus Details</a>";
					text[4] = "International <br />$ &#8364; &pound; CAD";
					changemode($(this)); //once it is click then swtich the state.
					insertContentToNode(text);
					$.post("includes/deposit-text-descriptions/click2pay.php",function(data){displayDepositContent(data)});
					return false; //This is to prevent the page jump to the top with appended # on top of URL
				});
			},function(){
				//Out
				if($("#changemode").html() != "images/click2pay-p.png"){
					$("#btnClick2Pay").find("img").attr({src: "images/click2pay.png"});
				}
			});	
			
			
			
			
			
			
			//CLICKNBUY ONLY
			$("#btnClickNBuy").hover(function(){
				//Over
				if($("#changemode").html() != "images/clicknbuy-p.png"){
					$("#btnClickNBuy").find("img").attr({src: "images/clicknbuy-m.png"});
				}
				$("#btnClickNBuy").click(function(){
					var text = new Array();
					text[0] = '<img src="images/clickandbuy-logo.png" />';
					text[1] = "Direct Debit<br />Credit Card<br />Mobile Phone";
					text[2] = "Instant";
					text[3] = "15%<br /><a href=\"http://www.clubhollywood.com/bonus-terms.html\">Bonus Details</a>";
					text[4] = "International <br />$ &#8364; &pound; CAD";
					changemode($(this)); //once it is click then swtich the state.
					insertContentToNode(text);
					$.post("includes/deposit-text-descriptions/clicknbuy.php",function(data){displayDepositContent(data)});
					return false; //This is to prevent the page jump to the top with appended # on top of URL
				});	
			},function(){
				//Over
				if($("#changemode").html() != "images/clicknbuy-p.png"){
					$("#btnClickNBuy").find("img").attr({src: "images/clicknbuy.png"});
				}
			});
			
			
			
			
			//ELECTRON
			$("#btnElectron").hover(function(){
				//Over
				if($("#changemode").html() != "images/electron-p.png"){
					$("#btnElectron").find("img").attr({src: "images/electron-m.png"});
				}
				$("#btnElectron").click(function(){
					var text = new Array();
					text[0] = '<img src="images/visa-electron-logo.png" />&nbsp;<img src="images/delta-logo.png" />';
					text[1] = "Visa Electron<br />Delta";
					text[2] = "Instant";
					text[3] = "";
					text[4] = "International <br />$ &#8364; &pound; CAD";
					changemode($(this)); //once it is click then swtich the state.
					insertContentToNode(text);
					$.post("includes/deposit-text-descriptions/electron.php",function(data){displayDepositContent(data)});
					return false; //This is to prevent the page jump to the top with appended # on top of URL
				});
				
			},function(){
					//Over
				if($("#changemode").html() != "images/electron-p.png"){
					$("#btnElectron").find("img").attr({src: "images/electron.png"});
				}
			});
			
			
			
			
			
			
			//DELTA ONLY
			$("#btnDelta").hover(function(){
				//Over
				if($("#changemode").html() != "images/delta-p.png"){
					$("#btnDelta").find("img").attr({src: "images/delta-m.png"});
				}
				$("#btnDelta").click(function(){
					var text = new Array();
					text[0] = '<img src="images/visa-electron-logo.png" />&nbsp;<img src="images/delta-logo.png" />';
					text[1] = "Visa Electron<br />Delta";
					text[2] = "Instant";
					text[3] = "";
					text[4] = "International <br />$ &#8364; &pound; CAD";
					changemode($(this)); //once it is click then swtich the state.
					insertContentToNode(text);
					$.post("includes/deposit-text-descriptions/delta.php",function(data){displayDepositContent(data)});
					return false; //This is to prevent the page jump to the top with appended # on top of URL
				});
			},function(){
				//Over
				if($("#changemode").html() != "images/delta-p.png"){
					$("#btnDelta").find("img").attr({src: "images/delta.png"});
				}
			});
			
			
			
			
			
			//BANK ONLY
			$("#btnBank").hover(function(){
				//Over
				if($("#changemode").html() != "images/bank-p.png"){
					$("#btnBank").find("img").attr({src: "images/bank-m.png"});
				}
				$("#btnBank").click(function(){
					var text = new Array();
					text[0] = '<img src="images/bank-transfer-logo.png" />';
					text[1] = "Bank Transfer";
					text[2] = "Up to 5 days";
					text[3] = "15%<br /><a href=\"http://www.clubhollywood.com/bonus-terms.html\">Bonus Details</a>";
					text[4] = "International <br />$ &#8364; &pound; CAD";
					changemode($(this)); //once it is click then swtich the state.
					insertContentToNode(text);
					$.post("includes/deposit-text-descriptions/bank.php",function(data){displayDepositContent(data)});
					return false; //This is to prevent the page jump to the top with appended # on top of URL
				});
			},function(){
				//Over
				if($("#changemode").html() != "images/bank-p.png"){
					$("#btnBank").find("img").attr({src: "images/bank.png"});
				}
			});

			
			
			
			
			//Citadel
			$("#btnCitadel").hover(function(){
				//Over
				if($("#changemode").html() != "images/mycitadel-p.png"){
					$("#btnCitadel").find("img").attr({src: "images/mycitadel-m.png"});
				}		
				$("#btnCitadel").click(function(){
					var text = new Array();
					text[0] = '<img src="images/mycitadel-logo.png" />';
					text[1] = "Bank Account<br />Credit Card";
					text[2] = "Instant";
					text[3] = "15%<br /><a href=\"http://www.clubhollywood.com/bonus-terms.html\">Bonus Details</a>";
					text[4] = "International <br />$ &#8364; &pound; CAD";
					changemode($(this)); //once it is click then swtich the state.
					insertContentToNode(text);
					$.post("includes/deposit-text-descriptions/citadel.php",function(data){displayDepositContent(data)});
					return false; //This is to prevent the page jump to the top with appended # on top of URL
				});
			},function(){
				//Over
				if($("#changemode").html() != "images/mycitadel-p.png"){
					$("#btnCitadel").find("img").attr({src: "images/mycitadel.png"});
				}			
			});
			

			
			
			$("#btnDiners").hover(function(){
				//Over
				if($("#changemode").html() != "images/diners.png-p.png"){
					$("#btnDiners").find("img").attr({src: "images/diners-m.png"});
				}
				$("#btnDiners").click(function(){
					var text = new Array();
					text[0] = '<img src="images/diners-club-international-logo.png" />&nbsp;<img src="images/maestro-logo.png" />';
					text[1] = "Maestro<br />DinersClub";
					text[2] = "Instant";
					text[3] = "";
					text[4] = "International <br />Diners: $ &#8364; &pound; CAD <br />Maestro:&#8364; &pound;";
					changemode($(this)); //once it is click then swtich the state.
					insertContentToNode(text);
					$.post("includes/deposit-text-descriptions/diners.php",function(data){displayDepositContent(data)});
					return false; //This is to prevent the page jump to the top with appended # on top of URL
				});
			},function(){
				//Over
				if($("#changemode").html() != "images/diners-p.png"){
					$("#btnDiners").find("img").attr({src: "images/diners.png"});
				}
			});
			
			
			
			$("#btnEco").hover(function(){
				//Over
				if($("#changemode").html() != "images/eco-p.png"){
					$("#btnEco").find("img").attr({src: "images/eco-m.png"});
				}
				$("#btnEco").click(function(){
					var text = new Array();
					text[0] = '<img src="images/eco-logo.png" />';
					text[1] = "";
					text[2] = "Instant";
					text[3] = "15%<br /><a href=\"http://www.clubhollywood.com/bonus-terms.html\">Bonus Details</a>";
					text[4] = "International <br />$ &#8364; &pound; CAD";
					changemode($(this)); //once it is click then swtich the state.
					insertContentToNode(text);
					$.post("includes/deposit-text-descriptions/eco.php",function(data){displayDepositContent(data)});
					return false; //This is to prevent the page jump to the top with appended # on top of URL
				});
			},function(){
				//Over
				if($("#changemode").html() != "images/eco-p.png"){
					$("#btnEco").find("img").attr({src: "images/eco.png"});
				}
			});
			
			
			
			
			$("#btnEntroPay").hover(function(){
				//Over
				if($("#changemode").html() != "images/entropay-p.png"){
					$("#btnEntroPay").find("img").attr({src: "images/entropay-m.png"});
				}
				$("#btnEntroPay").click(function(){
					var text = new Array();
					text[0] = '<img src="images/entropay-logo.png" />';
					text[1] = "Credit Cards<br />Maestro/Solo";
					text[2] = "Instant";
					text[3] = "";
					text[4] = "International <br />$ &#8364; &pound; CAD";
					changemode($(this)); //once it is click then swtich the state.
					insertContentToNode(text);
					$.post("includes/deposit-text-descriptions/entropay.php",function(data){displayDepositContent(data)});
					return false; //This is to prevent the page jump to the top with appended # on top of URL
				});
			},function(){
				//Over
				if($("#changemode").html() != "images/entropay-p.png"){
					$("#btnEntroPay").find("img").attr({src: "images/entropay.png"});
				}
			});
			
			
			
			
			//IDeal
			$("#btnIdeal").hover(function(){
				//Over
				if($("#changemode").html() != "images/ideal-p.png"){
					$("#btnIdeal").find("img").attr({src: "images/ideal-m.png"});
				}
				$("#btnIdeal").click(function(){
					var text = new Array();
					text[0] = '<img src="images/ideal-logo.png" />';
					text[1] = "";
					text[2] = "Instant";
					text[3] = "15%<br /><a href=\"http://www.clubhollywood.com/bonus-terms.html\">Bonus Details</a>";
					text[4] = "Netherlands <br />$ &#8364; &pound;";
					changemode($(this)); //once it is click then swtich the state.
					insertContentToNode(text);
					$.post("includes/deposit-text-descriptions/ideal.php",function(data){displayDepositContent(data)});
					return false; //This is to prevent the page jump to the top with appended # on top of URL
				});
			},function(){
				//Over
				if($("#changemode").html() != "images/ideal-p.png"){
					$("#btnIdeal").find("img").attr({src: "images/ideal.png"});
				}
			});
			
			
			
			
			$("#btnInstaDebit").hover(function(){
				//Over
				if($("#changemode").html() != "images/instadebit-p.png"){
					$("#btnInstaDebit").find("img").attr({src: "images/instadebit-m.png"});
				}
				$("#btnInstaDebit").click(function(){
					var text = new Array();
					text[0] = '<img src="images/instadebit-logo.png" />';
					text[1] = "Bank Account";
					text[2] = "Instant";
					text[3] = "15%<br /><a href=\"http://www.clubhollywood.com/bonus-terms.html\">Bonus Details</a>";
					text[4] = " CAD $ ";
					changemode($(this)); //once it is click then swtich the state.
					insertContentToNode(text);
					$.post("includes/deposit-text-descriptions/instadebit.php",function(data){displayDepositContent(data)});
					return false; //This is to prevent the page jump to the top with appended # on top of URL
				});	
			},function(){
				//Over
				if($("#changemode").html() != "images/instadebit-p.png"){
					$("#btnInstaDebit").find("img").attr({src: "images/instadebit.png"});
				}
			});
			
			
				
			
		$("#btnMaestro").hover(function(){
			//Over
			if($("#changemode").html() != "images/maestro-p.png"){
				$("#btnMaestro").find("img").attr({src: "images/maestro-m.png"});
			}
			$("#btnMaestro").click(function(){
				var text = new Array();
				text[0] = '<img src="images/diners-club-international-logo.png" />&nbsp;<img src="images/maestro-logo.png" />';
				text[1] = "Maestro<br />DinersClub";
				text[2] = "Instant";
				text[3] = "";
				text[4] = "International <br />Diners: $ &#8364; &pound; CAD <br />Maestro:&#8364; &pound;";
				changemode($(this)); //once it is click then swtich the state.
				insertContentToNode(text);
				$.post("includes/deposit-text-descriptions/maestro.php",function(data){displayDepositContent(data)});
				return false; //This is to prevent the page jump to the top with appended # on top of URL
			});
		},function(){
			//Over
			if($("#changemode").html() != "images/maestro-p.png"){
				$("#btnMaestro").find("img").attr({src: "images/maestro.png"});
			}
		});	
			
			
			
			
		
		$("#btnPaySafe").hover(function(){
			
			//Over
			if($("#changemode").html() != "images/paysafe-p.png"){
				$("#btnPaySafe").find("img").attr({src: "images/paysafe-m.png"});
			}			
			
			$("#btnPaySafe").click(function(){
				var text = new Array();
				text[0] = '<img src="images/paysafecard-logo.png" />';
				text[1] = "Prepaid Card";
				text[2] = "Instant";
				text[3] = "15%<br /><a href=\"http://www.clubhollywood.com/bonus-terms.html\">Bonus Details</a>";
				text[4] = "International <br />$ &#8364; &pound;";
				changemode($(this)); //once it is click then swtich the state.
				insertContentToNode(text);
				$.post("includes/deposit-text-descriptions/paysafe.php",function(data){displayDepositContent(data)});
				return false; //This is to prevent the page jump to the top with appended # on top of URL
			});
		},function(){
			//Over
			if($("#changemode").html() != "images/paysafe-p.png"){
				$("#btnPaySafe").find("img").attr({src: "images/paysafe.png"});
			}	
		});	
			
			
			
			
		
		$("#btnPoli").hover(function(){
			//Over
			if($("#changemode").html() != "images/poli-p.png"){
				$("#btnPoli").find("img").attr({src: "images/poli-m.png"});
			}
			$("#btnPoli").click(function(){
				var text = new Array();
				text[0] = '<img src="images/poli-logo.png" />';
				text[1] = "";
				text[2] = "Instant";
				text[3] = "15%<br /><a href=\"http://www.clubhollywood.com/bonus-terms.html\">Bonus Details</a>";
				text[4] = "Australia <br />$ &#8364; &pound; CAD";
				changemode($(this)); //once it is click then swtich the state.
				insertContentToNode(text);
				$.post("includes/deposit-text-descriptions/poli.php",function(data){displayDepositContent(data)});
				return false; //This is to prevent the page jump to the top with appended # on top of URL
			});
		},function(){
			//Over
			if($("#changemode").html() != "images/poli-p.png"){
				$("#btnPoli").find("img").attr({src: "images/poli.png"});
			}
		});	
		
		
		
		
		
		
		$("#btnPrzelewy").hover(function(){
			//Over
			if($("#changemode").html() != "images/przelewy-p.png"){
				$("#btnPrzelewy").find("img").attr({src: "images/przelewy-m.png"});
			}
			$("#btnPrzelewy").click(function(){
				var text = new Array();
				text[0] = '<img src="images/przelewy24-logo.png" />';
				text[1] = "";
				text[2] = "Instant";
				text[3] = "15%<br /><a href=\"http://www.clubhollywood.com/bonus-terms.html\">Bonus Details</a>";
				text[4] = "Poland <br />$ &#8364; &pound;";
				changemode($(this)); //once it is click then swtich the state.
				insertContentToNode(text);
				$.post("includes/deposit-text-descriptions/przelewy.php",function(data){displayDepositContent(data)});
				return false; //This is to prevent the page jump to the top with appended # on top of URL
			});
		},function(){
			//Over
			if($("#changemode").html() != "images/przelewy-p.png"){
				$("#btnPrzelewy").find("img").attr({src: "images/przelewy-m.png"});
			}
		});
		
		
		
		
		
		
		
		
		$("#btnUkash").hover(function(){
			//Over
			if($("#changemode").html() != "images/ukash-p.png"){
				$("#btnUkash").find("img").attr({src: "images/ukash-m.png"});
			}
			$("#btnUkash").click(function(){
				var text = new Array();
				text[0] = '<img src="images/ukash-logo.png" />';
				text[1] = "";
				text[2] = "Instant";
				text[3] = "20%<br /><a href=\"http://www.clubhollywood.com/bonus-terms.html\">Bonus Details</a>";
				text[4] = "International <br />$ &#8364;";
				changemode($(this)); //once it is click then swtich the state.
				insertContentToNode(text);
				$.post("includes/deposit-text-descriptions/ukash.php",function(data){displayDepositContent(data)});
				return false; //This is to prevent the page jump to the top with appended # on top of URL
			});

		},function(){
			//Over
			if($("#changemode").html() != "images/ukash-p.png"){
				$("#btnUkash").find("img").attr({src: "images/ukash.png"});
			}
		});
		
		
		
		
		$("#btnWebmoney").hover(function(){
			//Over
			if($("#changemode").html() != "images/webmoney-p.png"){
				$("#btnWebmoney").find("img").attr({src: "images/webmoney-m.png"});
			}
			$("#btnWebmoney").click(function(){
				var text = new Array();
				text[0] = '<img src="images/webmnoney-logo.png" />';
				text[1] = "";
				text[2] = "Instant";
				text[3] = "15%<br /><a href=\"http://www.clubhollywood.com/bonus-terms.html\">Bonus Details</a>";
				text[4] = "International <br />$ &#8364;";
				changemode($(this)); //once it is click then swtich the state.
				insertContentToNode(text);
				$.post("includes/deposit-text-descriptions/webmoney.php",function(data){displayDepositContent(data)});
				return false; //This is to prevent the page jump to the top with appended # on top of URL
			});
		},function(){
			//Over
			if($("#changemode").html() != "images/webmoney-p.png"){
				$("#btnWebmoney").find("img").attr({src: "images/webmoney.png"});
			}
		});
		
		
		
		
		$("#btnWire").hover(function(){
			//Over
			if($("#changemode").html() != "images/wire-p.png"){
				$("#btnWire").find("img").attr({src: "images/wire-m.png"});
			}
			$("#btnWire").click(function(){
				var text = new Array();
				text[0] = '<img src="images/instant-wire-transfer-logo.png" />';
				text[1] = "Wire Transfer";
				text[2] = "Instant";
				text[3] = "20%<br /><a href=\"http://www.clubhollywood.com/bonus-terms.html\">Bonus Details</a>";
				text[4] = "International <br />$ &#8364; &pound; CAD";
				changemode($(this)); //once it is click then swtich the state.
				insertContentToNode(text);
				$.post("includes/deposit-text-descriptions/wire.php",function(data){displayDepositContent(data)});
				return false; //This is to prevent the page jump to the top with appended # on top of URL
			});
		},function(){
			//Over
			if($("#changemode").html() != "images/wire-p.png"){
				$("#btnWire").find("img").attr({src: "images/wire.png"});
			}
		});
		
		
		
		
		
		$("#btnMoneta").hover(function(){
			//Over
			if($("#changemode").html() != "images/moneta-p.png"){
				$("#btnMoneta").find("img").attr({src: "images/moneta-m.png"});
			}
			$("#btnMoneta").click(function(){
				var text = new Array();
				text[0] = '<img src="images/moneta-logo.png" />';
				text[1] = "Bank Transfer and <br />other local options";
				text[2] = "Instant";
				text[3] = "15%<br /><a href=\"http://www.clubhollywood.com/bonus-terms.html\">Bonus Details</a>";
				text[4] = "International <br />$ &#8364; &pound; CAD";
				changemode($(this)); //once it is click then swtich the state.
				insertContentToNode(text);
				$.post("includes/deposit-text-descriptions/moneta.php",function(data){displayDepositContent(data)});
				return false; //This is to prevent the page jump to the top with appended # on top of URL
			});
		},function(){
			//Over
			if($("#changemode").html() != "images/moneta-p.png"){
				$("#btnMoneta").find("img").attr({src: "images/moneta.png"});
			}
		});
		

		
			
			function insertContentToNode(text){				
				$("#deposit-method-image").html(text[0]);			
				$("#deposit-method-text").html("<div align=\"center\"><strong>"+text[1]+"</strong></div>");	
				$("#deposit-method-time").html("<div align=\"center\"><strong>"+text[2]+"</strong></div>");	
				$("#deposit-country-currency").html("<div align=\"center\"><strong>"+text[3]+"</strong></div>");	
				$("#deposit-country-bonus").html("<div align=\"center\"><strong>"+text[4]+"</strong></div>");
			}
	
			function displayDepositContent(data){		
				$("#deposit-method-long-desc").html(data);
			}


			
			
			
			function returnPreviousState(searchNeedle)
			{
				
				
				var newFoundImageFiles = "";
				var divTagID           = "";
				$("#deposit-payment-method-table td").each(function(){
					
					divTagID = $(this).find("a").attr("id");
					newFoundImageFiles = $(this).find("a img").attr("src");

					if(typeof(divTagID) != "undefined" && typeof(newFoundImageFiles)!= "undefined"){
						if(newFoundImageFiles.toLowerCase() == searchNeedle.toLowerCase()){		
							$("#"+divTagID+"").find("img").attr({src: newFoundImageFiles.replace("-p.png",".png")});
							return true;
						}
					}
					
				})
			
			}
			
			
			function changemode(object)
			{
				
				var dirtyFileName          = "";
				var dirtySrcName           = object.find("img").attr("src");	
				var dirtyChangeModeText    = $("#changemode").html();
				
				if(dirtySrcName == dirtyChangeModeText || typeof(dirtySrcName) == "undefined"){
					return false;
				}else{
					dirtyFileName = dirtySrcName.replace("m.png","p.png");
				}
				
				if(typeof(dirtyChangeModeText) != "undefined"){
					if(object.find("img").attr("src") != dirtyChangeModeText){
						returnPreviousState(dirtyChangeModeText);
					}
				}
				
				modeChangeText = dirtyFileName;
				object.find("img").attr({src: dirtyFileName});
				$("#changemode").html(dirtyFileName);
			}
			
			
			
			
			function defaultArticleDisplay()
			{
				//Default page that will be display in front page. :)
				var text = new Array();
				$("#deposit-method-image").html('<img src="images/visa-logo.png" />&nbsp;<img src="images/mastercard-logo.png" />');			
				$("#deposit-method-text").html("<div align=\"center\"><strong>Visa<br />Mastercard</strong></div>");	
				$("#deposit-method-time").html("<div align=\"center\"><strong>Instant</strong></div>");	
				$("#deposit-country-currency").html("<div align=\"center\"><strong></strong></div>");	
				$("#deposit-country-bonus").html("<div align=\"center\"><strong>International <br /> $ &#8364; &pound; CAD</strong></div>");
				$.post("includes/deposit-text-descriptions/visacard.php",function(data){$("#deposit-method-long-desc").html(data);});	
			}
			
		
					
	});