﻿// JScript File
if ((wt==null) || (wt=='')) {
    wt='468';
}
if ((ht==null) || (ht=='')) {
    ht='60';
}
document.write('<iframe src="http://www.positionsvacant.com.au/Jobsearch/HotJobs/HotJobsWrapper.aspx');
document.write('?wt=' + wt );
document.write('&ht=' + ht );
document.write('&clickURL=' + clickURL.replace(/&/g,'-') );
document.write('"');
document.write(' width="' + wt + '" height="' + ht + '" frameborder="0" scrolling="no">');
document.write('</iframe>');
