// JavaScript Document
function locatehref(arraynum){
var arraynum;
var whathref;
whathref = document.links[arraynum].href;
document.getElementById("f").href="framer.php"+"?pageTitle="+document.title;
document.getElementById("f").params = "lightwindow_width=500,lightwindow_height=380,lightwindow_show_images=1";
}
