function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) { // if the cookie exists
offset += search.length
end = document.cookie.indexOf(";", offset); // set the index of beginning value
if (end == -1) // set the index of the end of cookie value
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}
function loadPage2(){

var code = document.getElementById('address_box').value;
var resultat = code.split("\=");
var v=resultat[1];
var iop="/codage44.php?film&id="+v;
document.getElementById('video2').innerHTML = '<div class="desc2"><iframe scrolling="no" frameborder="0" src="' + iop + '" width="653" height="500"></iframe></div>';
}

function loadPage3(qsdf){
var resultat = qsdf.split("\=");
var v=resultat[1];
var qsdf="/codage33.php?film&id="+v;
document.getElementById('video2').innerHTML = '<div class="desc2"><iframe scrolling="no" frameborder="0" src="' + qsdf + '" width="653" height="500"></iframe></div>';}

function addBookmark(phrase) {
	if( document.all ){
window.external.AddFavorite("http://www.movienaute.com", phrase);
}
else if(window.sidebar){
window.sidebar.addPanel(phrase, "http://www.movienaute.com","");
}
else{
return true;
} 
}


