var exit_ = true; 

                                               function replace_links()

                                               {

                                                var myLink = document.getElementsByTagName("a");

                                                var i = new Number();

                                                for(i=0;i< myLink.length;i++)

                                                {

                                                 var cr = myLink[i]; 
												 
                                                  if ( cr.onclick == null ) cr.onclick =function()

                                                 { 

                                                              exit_ = false;document.location.href =this.href;return false;

                                                 }

                                                }

                                                }

                                              



function discount () {

 if (confirm("Wait - one of our live agents is standing by to offer you a $10 discount!")) {  

window.open('http://server.iad.liveperson.net/hc/2821435/?cmd=file&file=visitorWantsToChat&site=2821435&imageUrl=http://server.iad.liveperson.net/hcp/Gallery/ChatButton-Gallery/English/General/1a&referrer='+escape(document.location)

,'chat2821435','width=475,height=400,resizable=yes');

 

 }



 };

 

//window.onunload = function(){

//discount();

//}

  

