/*  ------------------------------------------------------------------------
	                            PhotoAdayFour                         
    ------------------------------------------------------------------------
    
    RETITLE - Um, retitles the page.
    
    web                 : http://pad.thedigitalmovement.com/
    filename            : /_js/retitle.js

    version             : 10.27.2005
    
    copyright           : Copyright (c) 2005 Soleio
    license             : Creative Commons (cc)
    
    author              : Blaise DiPersia
    web                 : http://hard-light.com/
    
    ------------------------------------------------------------------------  */


function retitle(new_title) {
	document.title = new_title;
}