﻿function getCookie(name){
    var strCookie=document.cookie;
    var start = strCookie.indexOf("money=name="); 
    if(start != -1){ 
    var num = start.Length; 
    var value = strCookie.substring(start + 11);
        value = value.substring(0,3);
    var obj = document.getElementById("currency");
    obj.innerText = value;
    }  
    else{
    var obj = document.getElementById("currency");
    obj.innerText = "USD";
    }
}
function SearcWord()
{
	javascript:window.location.href="/search.aspx?word=" + document.getElementById("word").value
}
function livehelp()
{
showModalDialog('http://livehelp.collectcheapdvd.com/hikehu.asp?u=colldvd','example04','dialogWidth:704px;dialogHeight:475px;dialogLeft:200px;dialogTop:150px;center:yes;help:yes;resizable:yes;status:yes') 
} 
