
//chachah la click athei vei
var message="Copyright Protected! Thanks for viewing.";
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")

//ngiana taopa a theivei
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}


	
	// Courtesy of SimplytheBest.net - http://simplythebest.net/scripts/
	gSlideshowInterval = 4;
	gNumberOfImages = 8;
	gTheRotations = new Array(gNumberOfImages);
	
gTheRotations[1] = '<a title="Aishwarya Rai Wallpapers" href="http://marablogger.com/?page_id=2678"><img  src="http://marablogger.com/wp-content/uploads/2008/11/aishwarya_rai_wallpaper_7-150x112.jpg" border="1" width="150" height="112" /><br /><strong>1. Aishwarya Rai Wallpaper</strong></a>';

gTheRotations[2] = '<a title="Antara Biswas Wallpaper 12 of 12" href="http://marablogger.com/?page_id=2875"><img src="http://marablogger.com/wp-content/uploads/2008/11/antara_biswas_13-150x112.jpg" width="155" height="125" /><br /><strong>2. Antara Biswas Wallpaper</strong></a>';

gTheRotations[3] = '<a title="Anushka Sharma Wallpaper 1" href="http://marablogger.com/?page_id=2655"><img src="http://marablogger.com/wp-content/uploads/2008/11/anushka_sharma_01-150x112.jpg" width="155" height="117" /><br /><strong>3. Anushka Sharma Wallpaper</strong></a>';

gTheRotations[4] = '<a title="Bipasha Basu Wallpaper 6" href="http://marablogger.com/?page_id=2693"><img  src="http://marablogger.com/wp-content/uploads/2008/11/bipasha-basu-wallpaper-8-150x112.jpg" width="155" height="117" /><br /><strong>4. Bipasha Basu Wallpaper</strong></a>';

gTheRotations[5] = '<a title="Nisha Kothari Wallpaper 12" href="http://marablogger.com/?page_id=2841"><img  src="http://marablogger.com/wp-content/uploads/2008/11/nisha_kothari_01-150x112.jpg" width="155" height="117" /><br /><strong>5. Nisha Kothari Wallpaper</strong></a>';

gTheRotations[6] = '<a title="Priyanka Chopra Wallpaper 5 of 12" href="http://marablogger.com/?page_id=2857"><img  src="http://marablogger.com/wp-content/uploads/2008/11/priyanka_chopra_1024x768_13-150x112.jpg" alt="" width="155" height="117" /><br /><strong>6. Priyanka Chopra Wallpaper</strong></a>';

gTheRotations[7] = '<a title="Mona Chopra Wallpaper 1 of 12" href="http://marablogger.com/?page_id=2740"><img  src="http://marablogger.com/wp-content/uploads/2008/11/mona_chopra_01-150x112.jpg" width="155" height="117" /><br /><strong>7. Mona Chopra Wallpaper</strong> </a>';

gTheRotations[8] = '<a title="Kareena Kapoor Wallpaper 02 of 15" href="http://marablogger.com/?page_id=2949"><img  src="http://marablogger.com/wp-content/uploads/2008/12/kareena_kapoor_02-150x112.jpg" width="155" height="117" /><br /> <strong>8. Kareena Kapoor Wallpaper</strong></a>';


	function canManipulateImages() {
		if (document.images)
			return true;
		else
			return false;
	}
	
	function loadSlide(slideHtml) {
		if (gImageCapableBrowser) {
			document.getElementById("image_flicker").innerHTML = slideHtml;
			return false;
		}
		else {
			return true;
		}
	}
	
	function nextSlide() {
		gCurrentImage = (gCurrentImage % gNumberOfImages) + 1;
		loadSlide(gTheRotations[gCurrentImage]);
	}
	
	gImageCapableBrowser = canManipulateImages();
	gCurrentImage = 1;
	setInterval("nextSlide()", gSlideshowInterval*1000);	
	