<?php Function Presmeruj( $str ){ return "\n<script type=\"text/JavaScript\">". "\n\tlocation.href=\"" . $str . "\";". "\n\tdocument.write(location.href);" . "\n</script>\n\n"; } ?>