function renderImage(imageName, folderName, position) {





    var image = "<img src='http://s669.photobucket.com/albums/vv58/lsra/onamscraps/" + folderName + "/" + imageName + "'>";

    document.write(image);

     var valForTA = "<a href=http://www.onamscraps.com>" + image + "</a>"+"<br><a href=http://www.onamscraps.com>Click here for forward this scrap to all friends </a><br>";

    document.write("<br>Copy this code and paste on your friends scrap book then post scrap");

123

    document.write('<br><center><h1>Onam Scraps</h1> | <h2>Onam Scrap</h2><textarea id="orkutVal" cols=50 rows="4" onclick="focus();select();">' +

                   '' + valForTA +

                   '</textarea></center>');







return;

}

function renderAdd() {

    

    document.write('<iframe src ="/adds/ads.html" width="500" frameborder="0" height="100"></iframe>');

document.write('</tr>');

    return;

}
function renderAddd() {

    

    document.write('<iframe src ="/adds/ads1.html" width="500" frameborder="0" height="45"></iframe>');

document.write('</tr>');

    return;

}


function renderFooter() {

    document.write('<tr height="10%">');

    document.write('<td colspan="8" id="small">Recommended screen resolution 1024x768 and above.');

    document.write('4orkut.com (c) 2008-11.');

    document.write('All Rights Reserved. <a href="mailto:ratheeshparur.gmail.com">ContactUs/a></td>');

    document.write('</tr>');

    return;

}







