Re: the code may become obselete.
why i cannot move my media box to the right side? am i doing the right thing?
if ( ! attachOnLoadHandler(function () { moveBox();}))
window.onload = function () {
moveBox();};
function moveBox() {
var x; var t;
x = document.getElementById("fanof_2_4").parentNode;
t = document.getElementById("scrapbook_1_8");
x.appendChild(t);
}