/*

Property of inposh.com
It is strictly forbidden to copy,
modify, or somehow change any file.
Without author notice.

Author: Ernest Posh
E-mail: info.inposh@gmail.com
Website: www.inposh.com

*/

today=new Date();
write_year=today.getFullYear();
document.write('&copy; ' + write_year);
