Try these: show a1
show a2
show a3
show 'thiscanbeanything'
Sample text:
function loadParts(vid_file, cap_file) {
if (vid_file.indexOf("embed") != -1 || vid_file.indexOf("iframe") != -1 || vid_file.indexOf("object") != -1 ) {
document.getElementById("player").innerHTML = decodeURIComponent(vid_file.replace(/\+/g, '%20'));
}
else {
coz(vid_file,cap_file);
}
}
coz("http://lads.myspace.com/videos/c.swf?t=1&sfs=1&nl=1&mega=megavideo.com&m=45013920","cg/Code_Geass_24.xml");